KFbxObjectFilter
#include<kfbxobjectfilter.h>

Inheritance diagram for KFbxObjectFilter:

Inheritance graph
[legend]

List of all members.

Detailed Description

This object represents a filter criteria on an object.

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.

Member Function Documentation

virtual bool Match(constKFbxObjectpObjectPtr ) const[pure virtual]

Tells if this filter match the given object.

Implemented inKFbxNameFilter.

Referenced byKFbxLibrary::InstantiateMember().

virtual bool NotMatch(constKFbxObjectpObjectPtr ) const[inline, virtual]

Tells if this filter does NOT match the given object.

Definition at line66of filekfbxobjectfilter.h.