#include <fbxobjectfilter.h>
This object represents a filter criteria on an object.
Definition at line 25 of file fbxobjectfilter.h.
◆ ~FbxObjectFilter()
◆ Match()
virtual bool Match |
( |
const FbxObject * |
pObjectPtr | ) |
const |
|
pure virtual |
◆ NotMatch()
virtual bool NotMatch |
( |
const FbxObject * |
pObjectPtr | ) |
const |
|
inlinevirtual |
Tells if this filter does NOT match the given object.
- Parameters
-
pObjectPtr | The given object. |
Definition at line 39 of file fbxobjectfilter.h.
39 {
return !
Match(pObjectPtr); };
virtual bool Match(const FbxObject *pObjectPtr) const =0
Tells if this filter match the given object.
The documentation for this class was generated from the following file: