KFbxIterator Class Template Reference

#include <kfbxobject.h>

List of all members.


Detailed Description

template<typename KFbxProperty>
class KFbxIterator< KFbxProperty >

A utility class for iterating over the properties (KFbxProperty) of any KFbxObject.

Definition at line 1285 of file kfbxobject.h.


Public Member Functions

  KFbxIterator (KFbxObject const *pObject)
  Constructor.
KFbxProperty const &  GetFirst ()
  Get the first property of the object.
KFbxProperty const &  GetNext ()
  Get next property of the object.

Constructor & Destructor Documentation

KFbxIterator ( KFbxObject const *  pObject  )  [inline]

Constructor.

Parameters:
pObject  The object whose properties are going to be iterated.

Definition at line 1291 of file kfbxobject.h.


Member Function Documentation

KFbxProperty const& GetFirst (  )  [inline]

Get the first property of the object.

Returns:
The first property of the object.

Definition at line 1296 of file kfbxobject.h.

References KFbxObject::GetFirstProperty().

KFbxProperty const& GetNext (  )  [inline]

Get next property of the object.

Returns:
The next property of the object.

Definition at line 1301 of file kfbxobject.h.

References KFbxObject::GetNextProperty().