Public Member Functions

KFbxNameFilter Class Reference

This reference page is linked to from the following overview topics: List of Python FBX classes.


Search for all occurrences

Detailed Description

This class represents a name filter on an object.

Definition at line 88 of file kfbxobjectfilter.h.

#include <kfbxobjectfilter.h>

Inheritance diagram for KFbxNameFilter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool  Match (const KFbxObject *pObjectPtr) const
  Tells if this filter match the given object.

Constructor and Destructor

  KFbxNameFilter (const char *pTargetName)
  Constructor.
virtual  ~KFbxNameFilter ()
  Destructor.

Constructor & Destructor Documentation

KFbxNameFilter ( const char *  pTargetName ) [inline]

Constructor.

Parameters:
pTargetName The target name.

Definition at line 98 of file kfbxobjectfilter.h.

: mTargetName( pTargetName ) {};
virtual ~KFbxNameFilter ( ) [inline, virtual]

Destructor.

Definition at line 101 of file kfbxobjectfilter.h.

{}

Member Function Documentation

virtual bool Match ( const KFbxObject pObjectPtr ) const [inline, virtual]

Tells if this filter match the given object.

Parameters:
pObjectPtr The given object.

Implements KFbxObjectFilter.

Definition at line 107 of file kfbxobjectfilter.h.

{ return pObjectPtr ? mTargetName == pObjectPtr->GetName() : false; }

The documentation for this class was generated from the following file:

KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter
KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter KFbxNameFilter