Public Member Functions

FbxObjectFilter 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 25 of file fbxobjectfilter.h.

#include <fbxobjectfilter.h>

Inheritance diagram for FbxObjectFilter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~FbxObjectFilter ()
 Destructor.
virtual bool Match (const FbxObject *pObjectPtr) const =0
 Tells if this filter match the given object.
virtual bool NotMatch (const FbxObject *pObjectPtr) const
 Tells if this filter does NOT match the given object.

Constructor & Destructor Documentation

virtual ~FbxObjectFilter ( ) [inline, virtual]

Destructor.

Definition at line 29 of file fbxobjectfilter.h.

{}

Member Function Documentation

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

Tells if this filter match the given object.

Parameters:
pObjectPtrThe given object.

Implemented in FbxNameFilter, and FbxImplementationFilter.

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

Tells if this filter does NOT match the given object.

Parameters:
pObjectPtrThe given object.

Definition at line 39 of file fbxobjectfilter.h.

{ return !Match(pObjectPtr); };

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

FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter
FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter FbxObjectFilter