#include <kfbxlayer.h>
Inherited by KFbxLayerElementTemplate, KFbxLayerElementTemplate< bool >, and KFbxLayerElementTemplate< void * >.
Inheritance diagram for KFbxLayerElement:
It describes how a Layer Element is mapped on a geometry surface and how the mapping information is arranged in memory.
Definition at line 84 of file kfbxlayer.h.
Public Types | |
enum | ELayerElementType |
Type identifier for Layer Elements. More... | |
enum | EMappingMode |
Determine how the element is mapped on a surface. More... | |
enum | EReferenceMode |
Determine how the mapping information is stored in the array of coordinate. More... | |
Public Member Functions | |
void | SetMappingMode (EMappingMode pMappingMode) |
Set the Mapping Mode. | |
void | SetReferenceMode (EReferenceMode pReferenceMode) |
Set the Reference Mode. | |
EMappingMode | GetMappingMode () |
Get the Mapping Mode. | |
EReferenceMode | GetReferenceMode () |
Get the Reference Mode. | |
void | SetName (const char *pName) |
Set the name of this object. | |
const char * | GetName () const |
Get the name of this object. |
enum ELayerElementType |
Type identifier for Layer Elements.
Definition at line 116 of file kfbxlayer.h.
enum EMappingMode |
Determine how the element is mapped on a surface.
Definition at line 155 of file kfbxlayer.h.
enum EReferenceMode |
Determine how the mapping information is stored in the array of coordinate.
Definition at line 178 of file kfbxlayer.h.
void SetMappingMode | ( | EMappingMode | pMappingMode | ) | [inline] |
Set the Mapping Mode.
pMappingMode | Specify the way the layer element is mapped on a surface. |
Definition at line 189 of file kfbxlayer.h.
void SetReferenceMode | ( | EReferenceMode | pReferenceMode | ) | [inline] |
Set the Reference Mode.
pMappingMode | Specify how the mapping information is arraged in memory. |
Reimplemented in KFbxLayerElementSmoothing.
Definition at line 194 of file kfbxlayer.h.
EMappingMode GetMappingMode | ( | ) | [inline] |
EReferenceMode GetReferenceMode | ( | ) | [inline] |
Get the Reference Mode.
Definition at line 204 of file kfbxlayer.h.
void SetName | ( | const char * | pName | ) | [inline] |
Set the name of this object.
pName | Specify the name of this LayerElement object. |
Definition at line 209 of file kfbxlayer.h.
const char* GetName | ( | ) | const [inline] |
Get the name of this object.
Definition at line 214 of file kfbxlayer.h.