|
FBX C++ API Reference
|
#include <fbxobject.h>
A utility class for iterating over destination objects that connect to property (FbxProperty) or object (FbxObject).
The class is a wrapper of FbxIteratorDstBase with template.
Definition at line 1409 of file fbxobject.h.
Inheritance diagram for FbxIteratorDst< Type >:Public Member Functions | |
| FbxIteratorDst (FbxObject *pObject) | |
| Constructor. More... | |
| FbxIteratorDst (FbxProperty &pProperty) | |
| Constructor. More... | |
| Type * | GetFirst () |
| Get the first destination object that connects to the property or object. More... | |
| Type * | GetNext () |
| Get next destination object that connects to the property or object. More... | |
| Type * | GetSafeNext () |
| Get next destination object that connects to the property or object. More... | |
| Type * | GetLast () |
| Get the last destination object that connects to the property or object. More... | |
| Type * | GetPrevious () |
| Get previous destination object that connects to the property or object. More... | |
| Type * | GetSafePrevious () |
| Get previous destination object that connects to the property or object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FbxIteratorDstBase | |
| void | ResetToBegin () |
| Reset the iterate index to the beginning. More... | |
| void | ResetToEnd () |
| Reset the iterate index to the end. More... | |
| FbxIteratorDstBase (FbxProperty &pProperty, FbxClassId pClassId) | |
| Constructor. More... | |
| FbxIteratorDstBase (FbxObject *pObject, FbxClassId pClassId) | |
| Constructor. More... | |
| FbxObject * | GetFirst () |
| Get the first destination object that connects to the property or object. More... | |
| FbxObject * | GetNext () |
| Get next destination object that connects to the property or object. More... | |
| FbxObject * | GetSafeNext () |
| Get next destination object that connects to the property or object. More... | |
| FbxObject * | GetLast () |
| Get the last destination object that connects to the property or object. More... | |
| FbxObject * | GetPrevious () |
| Get previous destination object that connects to the property or object. More... | |
| FbxObject * | GetSafePrevious () |
| Get previous destination object that connects to the property or object. More... | |
Protected Attributes inherited from FbxIteratorDstBase | |
| FbxProperty | mProperty |
| The property to iterate. More... | |
| FbxClassId | mClassId |
| The class ID specifies the type of the destination objects to be retrieved. More... | |
| int | mSize |
| The number of destination objects whose type is specified by mClassId. More... | |
| int | mIndex |
| Iterate index. More... | |
|
inline |
Constructor.
| pObject | FBX object. The iterator will iterate destination objects that connect to it. |
Definition at line 1416 of file fbxobject.h.
|
inline |
Constructor.
| pProperty | Property object. The iterator will iterate destination objects that connect to it. |
Definition at line 1422 of file fbxobject.h.
|
inline |
Get the first destination object that connects to the property or object.
Definition at line 1428 of file fbxobject.h.
|
inline |
Get next destination object that connects to the property or object.
Definition at line 1434 of file fbxobject.h.
|
inline |
Get next destination object that connects to the property or object.
Definition at line 1441 of file fbxobject.h.
|
inline |
Get the last destination object that connects to the property or object.
Definition at line 1447 of file fbxobject.h.
|
inline |
Get previous destination object that connects to the property or object.
Definition at line 1453 of file fbxobject.h.
|
inline |
Get previous destination object that connects to the property or object.
Definition at line 1461 of file fbxobject.h.