#include <sprk_exchange.h>

Public Member Functions | |
Filter () | |
Filter (Component const &in_that) | |
Filter (HPS::Filter const &in_that) | |
Filter (Exchange::Filter const &in_that) | |
Filter (Exchange::Filter &&in_that) | |
A3DEntity * | GetExchangeEntity () const |
HPS::Type | ObjectType () const |
Filter & | operator= (Exchange::Filter &&in_that) |
![]() | |
void | Activate (View const &in_view) |
void | Deactivate (View const &in_view) |
Filter () | |
Filter (Component const &in_that) | |
Filter (Filter const &in_that) | |
Filter (Filter &&in_that) | |
Filter & | operator= (Filter &&in_that) |
![]() | |
void | AddKey (Key const &in_key) |
void | AddOwner (Component &in_owner, IncludeKey const &in_include=IncludeKey()) |
void | AddReference (Component &in_reference) |
bool | AddTransform (MatrixKit const &in_transform) |
virtual void | Assign (Component const &in_that) |
Component () | |
Component (Component const &in_that) | |
Component (Component &&in_that) | |
Component | CopyTo (HPS::Component const &in_new_owner) |
void | Delete (HPS::Component::DeleteMode mode=HPS::Component::DeleteMode::Standard) |
bool | Equals (Component const &in_that) const |
void | Flush () |
MetadataArray | GetAllMetadata () const |
ComponentArray | GetAllSubcomponents (ComponentType in_type) const |
ComponentType | GetComponentType () const |
KeyArray | GetKeys () const |
Metadata | GetMetadata (char const *in_name) const |
UTF8 | GetName () const |
ComponentArray | GetOwners () const |
ComponentArray | GetReferences () const |
ComponentArray | GetReferrers () const |
ComponentArray | GetSubcomponents () const |
bool | HasComponentType (ComponentType in_mask) const |
bool | operator!= (Component const &in_that) const |
Component & | operator= (Component const &in_that) |
Component & | operator= (Component &&in_that) |
bool | operator== (Component const &in_that) const |
bool | SetName (char const *in_new_name) |
bool | SetTransform (MatrixKit const &in_transform) |
virtual | ~Component () |
![]() | |
Sprocket (Sprocket &&in_that) | |
![]() | |
virtual bool | Empty () const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (HPS::Type in_mask) const |
Object (Object const &that) | |
Object (Object &&in_that) | |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
virtual HPS::Type | Type () const |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::ExchangeFilter |
![]() | |
static const HPS::Type | staticType = HPS::Type::Filter |
![]() | |
static const HPS::Type | staticType = HPS::Type::Component |
![]() | |
static const HPS::Type | staticType = HPS::Type::None |
Detailed Description
The Filter class is a smart pointer. It represents an A3DAsmFilter in Exchange. The primary purpose of this class is simply to provide access to the underlying A3DAsmFilter pointer for use by Exchange library functions.
Constructor & Destructor Documentation
HPS::Exchange::Filter::Filter | ( | ) |
HPS::Exchange::Filter::Filter | ( | Component const & | in_that | ) |
This constructor creates a Filter object that shares the underlying smart-pointer of the source Component. The copy will only be successful if the source component is really an upcast of an Exchange::Filter object. Otherwise the copy will fail and the resulting Exchange::Filter will be invalid.
- Parameters
-
in_that The source Component to copy.
HPS::Exchange::Filter::Filter | ( | HPS::Filter const & | in_that | ) |
This constructor creates an Exchange::Filter object that shares the underlying smart-pointer of the source HPS::Filter. The copy will only be successful if the source component is really an upcast of an Exchange::Filter object. Otherwise the copy will fail and the resulting Exchange::Filter will be invalid.
- Parameters
-
in_that The source HPS::Filter to copy.
HPS::Exchange::Filter::Filter | ( | Exchange::Filter const & | in_that | ) |
The copy constructor creates an Exchange::Filter object that shares the underlying smart-pointer of the source Exchange::Filter.
- Parameters
-
in_that The source Exchange::Filter to copy.
HPS::Exchange::Filter::Filter | ( | Exchange::Filter && | in_that | ) |
The move constructor creates an Exchange::Filter by transferring the underlying object of the rvalue reference to this Exchange::Filter.
- Parameters
-
in_that An rvalue reference to an Exchange::Filter to take the underlying object from.
Member Function Documentation
A3DEntity* HPS::Exchange::Filter::GetExchangeEntity | ( | ) | const |
Gets the A3DEntity pointer corresponding to this Exchange::Filter.
- Returns
- The A3DEntity pointer corresponding to this Exchange::Filter.
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Filter.
Filter& HPS::Exchange::Filter::operator= | ( | Exchange::Filter && | in_that | ) |
The move assignment operator transfers the underlying object of the rvalue reference to this Exchange::Filter.
- Parameters
-
in_that An rvalue reference to an Exchange::Filter to take the underlying object from.
- Returns
- A reference to this Exchange::Filter.
The documentation for this class was generated from the following file:
- include/sprk_exchange.h