#include<kfbxobjectfilter.h>
Definition at line57of filekfbxobjectfilter.h.
Public Member Functions | |
| virtual bool | Match(constKFbxObject*pObjectPtr) const =0 |
| Tells if this filter match the given object. | |
| virtual bool | NotMatch(constKFbxObject*pObjectPtr) const |
| Tells if this filter does NOT match the given object. | |
| virtual bool Match | ( | constKFbxObject* | pObjectPtr | ) | const[pure virtual] |
Tells if this filter match the given object.
Implemented inKFbxNameFilter.
Referenced byKFbxLibrary::InstantiateMember().
| virtual bool NotMatch | ( | constKFbxObject* | pObjectPtr | ) | const[inline, virtual] |
Tells if this filter does NOT match the given object.
Definition at line66of filekfbxobjectfilter.h.