FBX C++ API Reference
|
#include <fbxobject.h>
A utility class for iterating over source objects that connect to property (FbxProperty) or object (FbxObject).
Definition at line 1095 of file fbxobject.h.
Public Member Functions | |
FbxIteratorSrcBase (FbxProperty &pProperty, FbxClassId pClassId) | |
Constructor. More... | |
FbxIteratorSrcBase (FbxObject *pObject, FbxClassId pClassId) | |
Constructor. More... | |
FbxObject * | GetFirst () |
Get the first source object that connects to the property or object. More... | |
FbxObject * | GetNext () |
Get next source object that connects to the property or object. More... | |
FbxObject * | GetSafeNext () |
Get next source object that connects to the property or object. More... | |
FbxObject * | GetLast () |
Get the last source object that connects to the property or object. More... | |
FbxObject * | GetPrevious () |
Get previous source object that connects to the property or object. More... | |
FbxObject * | GetSafePrevious () |
Get previous source object that connects to the property or object. More... | |
Protected Member Functions | |
void | ResetToBegin () |
Reset the iterate index to the beginning. More... | |
void | ResetToEnd () |
Reset the iterate index to the end. More... | |
Protected Attributes | |
FbxProperty | mProperty |
FbxClassId | mClassId |
The property to iterate. If iterate an object, this is the root property of the object. More... | |
int | mSize |
The class ID specifies the type of the source objects to be retrieved. More... | |
int | mIndex |
The number of source objects whose type is specified by mClassId. More... | |
|
inline |
Constructor.
pProperty | Property object. The iterator will iterate source objects that connect to it. |
pClassId | The class ID specifies the type of the source objects. |
Definition at line 1103 of file fbxobject.h.
|
inline |
Constructor.
pObject | FBX object. The iterator will iterate source objects that connect to it. |
pClassId | The class ID specifies the type of the source objects. |
Definition at line 1117 of file fbxobject.h.
|
inline |
Get the first source object that connects to the property or object.
Definition at line 1130 of file fbxobject.h.
|
inline |
Get next source object that connects to the property or object.
Definition at line 1140 of file fbxobject.h.
|
inline |
Get next source object that connects to the property or object.
Definition at line 1151 of file fbxobject.h.
|
inline |
Get the last source object that connects to the property or object.
Definition at line 1161 of file fbxobject.h.
|
inline |
Get previous source object that connects to the property or object.
Definition at line 1171 of file fbxobject.h.
|
inline |
Get previous source object that connects to the property or object.
Definition at line 1183 of file fbxobject.h.
|
inlineprotected |
Reset the iterate index to the beginning.
Definition at line 1194 of file fbxobject.h.
|
inlineprotected |
Reset the iterate index to the end.
Definition at line 1203 of file fbxobject.h.
|
protected |
Definition at line 1209 of file fbxobject.h.
|
protected |
The property to iterate. If iterate an object, this is the root property of the object.
Definition at line 1210 of file fbxobject.h.
|
protected |
The class ID specifies the type of the source objects to be retrieved.
Definition at line 1211 of file fbxobject.h.
|
protected |
The number of source objects whose type is specified by mClassId.
Definition at line 1212 of file fbxobject.h.