#include
<kfbxobjectfilter.h>

Definition at line 88 of file kfbxobjectfilter.h.
Constructor and Destructor |
|
| KFbxNameFilter (const char *pTargetName) | |
| Constructor. |
|
| virtual | ~KFbxNameFilter () |
| Destructor. |
|
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 98 of file kfbxobjectfilter.h.
| virtual ~KFbxNameFilter | ( | ) | [inline, virtual] |
Destructor.
Definition at line 101 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 107 of file kfbxobjectfilter.h.
References KFbxObject::GetName().