#include
<kfbxobjectfilter.h>
Definition at line 89 of file kfbxobjectfilter.h.
Constructor and Destructor |
|
KFbxNameFilter (const char *pTargetName) | |
Constructor. |
|
Public Member Functions |
|
virtual bool | Match (const KFbxObject *pObjectPtr) const |
Tells if this filter match the given object.
|
KFbxNameFilter | ( | const char * | pTargetName | ) | [inline] |
Constructor.
pTargetName | The target name. |
Definition at line 99 of file kfbxobjectfilter.h.
virtual bool Match | ( | const KFbxObject * | pObjectPtr | ) | const [inline, virtual] |
Tells if this filter match the given object.
pObjectPtr | The given object. |
Implements KFbxObjectFilter.
Definition at line 105 of file kfbxobjectfilter.h.
References KFbxObject::GetName().