#include <kfbxobject.h>
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.  | 
|
| KFbxIterator | ( | KFbxObject const * | pObject | ) | [inline] | 
Constructor.
| pObject | The object whose properties are going to be iterated. | 
Definition at line 1291 of file kfbxobject.h.
| KFbxProperty const& GetFirst | ( | ) | [inline] | 
Get 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.
Definition at line 1301 of file kfbxobject.h.
References KFbxObject::GetNextProperty().