Public Member Functions

KFbxObjectFilter 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 object represents a filter criteria on an object.

Definition at line 52 of file kfbxobjectfilter.h.

#include <kfbxobjectfilter.h>

Inheritance diagram for KFbxObjectFilter:
Inheritance graph
[legend]

List of all members.

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.

Constructor & Destructor Documentation

virtual ~KFbxObjectFilter ( ) [inline, virtual]

Destructor.

Definition at line 58 of file kfbxobjectfilter.h.

{}

Member Function Documentation

virtual bool Match ( const KFbxObject pObjectPtr ) const [pure virtual]

Tells if this filter match the given object.

Parameters:
pObjectPtr The given object.

Implemented in KFbxImplementationFilter, and KFbxNameFilter.

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

Tells if this filter does NOT match the given object.

Parameters:
pObjectPtr The given object.

Definition at line 68 of file kfbxobjectfilter.h.

{ return !Match(pObjectPtr); };

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

KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter
KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter KFbxObjectFilter