#include<kfbxobjectfilter.h>
Definition at line86of filekfbxobjectfilter.h.
Constructor and Destructor | |
| KFbxNameFilter(const char *pTargetName) | |
| Constructor. | |
Public Member Functions | |
| virtual bool | Match(constKFbxObject*pObjectPtr) const |
| Tells if this filter match the given object. | |
| KFbxNameFilter | ( | const char * | pTargetName | ) | [inline] |
Constructor.
Definition at line94of filekfbxobjectfilter.h.
| virtual bool Match | ( | constKFbxObject* | pObjectPtr | ) | const[inline, virtual] |
Tells if this filter match the given object.
ImplementsKFbxObjectFilter.
Definition at line98of filekfbxobjectfilter.h.
ReferencesKFbxObject::GetName().