KFbxNameFilter
#include<kfbxobjectfilter.h>

Inheritance diagram for KFbxNameFilter:

Inheritance graph
[legend]

List of all members.

Detailed Description

This class represents a name filter on an object.

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.

Constructor&Destructor Documentation

KFbxNameFilter(const char * pTargetName ) [inline]

Constructor.

Definition at line94of filekfbxobjectfilter.h.

Member Function Documentation

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

Tells if this filter match the given object.

ImplementsKFbxObjectFilter.

Definition at line98of filekfbxobjectfilter.h.

ReferencesKFbxObject::GetName().