#include
<kfbxobjectfilter.h>
Definition at line 52 of file kfbxobjectfilter.h.
Public Member Functions |
|
virtual | ~KFbxObjectFilter () |
Destructor. |
|
virtual bool | Match (const KFbxObject *pObjectPtr) const =0 |
Tells if this filter match the given object.
|
|
virtual bool | NotMatch (const KFbxObject *pObjectPtr) const |
Tells if this filter does NOT match the
given object. |
virtual ~KFbxObjectFilter | ( | ) | [inline, virtual] |
Destructor.
Definition at line 58 of file kfbxobjectfilter.h.
virtual bool Match | ( | const KFbxObject * | pObjectPtr | ) | const [pure virtual] |
Tells if this filter match the given object.
pObjectPtr | The given object. |
Implemented in KFbxImplementationFilter, and KFbxNameFilter.
Referenced by KFbxLibrary::InstantiateMember().
virtual bool NotMatch | ( | const KFbxObject * | pObjectPtr | ) | const [inline, virtual] |
Tells if this filter does NOT match the given object.
pObjectPtr | The given object. |
Definition at line 68 of file kfbxobjectfilter.h.