Definition at line 1442 of file kfbxobject.h.
#include <kfbxobject.h>
Public Member Functions |
|
KFbxIteratorDst (KFbxObject *pObject) | |
KFbxIteratorDst (KFbxProperty &pProperty) | |
Type * | GetFirst () |
Type * | GetNext () |
Type * | GetSafeNext () |
Type * | GetLast () |
Type * | GetPrevious () |
Type * | GetSafePrevious () |
KFbxIteratorDst | ( | KFbxObject * | pObject | ) | [inline] |
Definition at line 1445 of file kfbxobject.h.
: KFbxIteratorDstBase(pObject,Type::ClassId) {}
KFbxIteratorDst | ( | KFbxProperty & | pProperty | ) | [inline] |
Definition at line 1446 of file kfbxobject.h.
: KFbxIteratorDstBase(pProperty,Type::ClassId) {}
Type* GetFirst | ( | ) | [inline] |
Reimplemented from KFbxIteratorDstBase.
Definition at line 1447 of file kfbxobject.h.
{ return (Type *)KFbxIteratorDstBase::GetFirst(); }
Type* GetNext | ( | ) | [inline] |
Reimplemented from KFbxIteratorDstBase.
Definition at line 1448 of file kfbxobject.h.
{ return (Type *)KFbxIteratorDstBase::GetNext(); }
Type* GetSafeNext | ( | ) | [inline] |
Reimplemented from KFbxIteratorDstBase.
Definition at line 1449 of file kfbxobject.h.
{ return (Type *)KFbxIteratorDstBase::GetSafeNext(); }
Type* GetLast | ( | ) | [inline] |
Reimplemented from KFbxIteratorDstBase.
Definition at line 1450 of file kfbxobject.h.
{ return (Type *)KFbxIteratorDstBase::GetLast(); }
Type* GetPrevious | ( | ) | [inline] |
Reimplemented from KFbxIteratorDstBase.
Definition at line 1451 of file kfbxobject.h.
{ return (Type *)KFbxIteratorDstBase::GetPrevious(); }
Type* GetSafePrevious | ( | ) | [inline] |
Reimplemented from KFbxIteratorDstBase.
Definition at line 1452 of file kfbxobject.h.
{ return (Type *)KFbxIteratorDstBase::GetSafePrevious(); }