#include
<kfbxobjectfilter.h>

Definition at line 53 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 59 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 69 of file kfbxobjectfilter.h.