#include <kfbxlayer.h>
Inherits KFbxLayerElement.
Inheritance diagram for KFbxLayerElementTemplate:

Definition at line 243 of file kfbxlayer.h.
Public Member Functions | |
| KArrayTemplate< Type > & | GetDirectArray () |
| Access the array of Layer Elements. | |
| KArrayTemplate< int > & | GetIndexArray () |
| Access the array of index. | |
| void | Clear () |
| Remove all elements from the direct and the index arrays. | |
| KArrayTemplate<Type>& GetDirectArray | ( | ) | [inline] |
Access the array of Layer Elements.
Definition at line 251 of file kfbxlayer.h.
| KArrayTemplate<int>& GetIndexArray | ( | ) | [inline] |
Access the array of index.
Definition at line 261 of file kfbxlayer.h.
| void Clear | ( | ) | [inline] |
Remove all elements from the direct and the index arrays.
Reimplemented in KFbxLayerElementUserData.
Definition at line 269 of file kfbxlayer.h.
Referenced by KFbxLayerElementUserData::Clear(), KFbxLayerElementUserData::operator=(), and KFbxLayerElementUserData::~KFbxLayerElementUserData().