#include<kfbxlayer.h>
Definition at line654of filekfbxlayer.h.
Public Member Functions | |
KFbxLayerElementArrayTemplate <Type>& | GetDirectArray() const |
Access the array of Layer Elements. | |
KFbxLayerElementArrayTemplate <int>& | GetIndexArray() const |
Access the array of index. | |
bool | Clear() |
Remove all elements from the direct and the index arrays. | |
int | RemapIndexTo(KFbxLayerElement::EMappingModepNewMapping) |
Change the Mapping mode to the new one and re-compute the index array accordingly. |
KFbxLayerElementArrayTemplate<Type>&GetDirectArray | ( | ) | const[inline] |
Access the array of Layer Elements.
Reimplemented inKFbxLayerElementMaterial.
Definition at line661of filekfbxlayer.h.
Referenced byKFbxLayerElementUserData::Clear(),KFbxLayerElementUserData::GetArrayCount(),KFbxLayerElementUserData::GetDirectArrayCount(),KFbxLayerElementUserData::GetDirectArrayVoid(),KFbxLayerElementUserData::operator=(),KFbxLayerElementUserData::RemoveFromAllDirectArrays(), andKFbxLayerElementUserData::ResizeAllDirectArrays().
KFbxLayerElementArrayTemplate<int>&GetIndexArray | ( | ) | const[inline] |
Access the array of index.
Definition at line676of filekfbxlayer.h.
Referenced byKFbxLayerElementUserData::operator=().
bool Clear | ( | ) | [inline] |
Remove all elements from the direct and the index arrays.
Reimplemented inKFbxLayerElementUserData.
Definition at line691of filekfbxlayer.h.
Referenced byKFbxLayerElementUserData::Clear(),KFbxLayerElementUserData::operator=(), andKFbxLayerElementUserData::~KFbxLayerElementUserData().
int RemapIndexTo | ( | KFbxLayerElement::EMappingMode | pNewMapping | ) | [inline] |
Change the Mapping mode to the new one and re-compute the index array accordingly.
pNewMapping | New mapping mode. |
Definition at line774of filekfbxlayer.h.