This class maps types to objects.
Definition at line 139 of file fbxpropertymap.h.
#include <fbxpropertymap.h>

Public Member Functions |
|
| FbxObjectMap () | |
| Constructor. |
|
| FbxObject * | Get (typename FbxMapExt< T, FbxObject *, Compare >::Iterator pIterator) |
| Get the object contained in an element.
|
|
| FbxObjectMap | ( | ) | [inline] |
Get the object contained in an element.
| pIterator | The given element. |
Definition at line 151 of file fbxpropertymap.h.
{
return pIterator ? pIterator->GetValue() : 0;
}