#include<kfbxlayer.h>
It describes how a Layer Element is mapped on a geometry surface and how the mapping information is arranged in memory.
Definition at line87of filekfbxlayer.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(EMappingModepMappingMode) |
Set the Mapping Mode. | |
void | SetReferenceMode(EReferenceModepReferenceMode) |
Set the Reference Mode. | |
EMappingMode | GetMappingMode() const |
Get the Mapping Mode. | |
EReferenceMode | GetReferenceMode() const |
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. | |
void | Destroy() |
Delete this object. |
Type identifier for Layer Elements.
Definition at line119of filekfbxlayer.h.
enumEMappingMode |
Determine how the element is mapped on a surface.
Definition at line158of filekfbxlayer.h.
enumEReferenceMode |
Determine how the mapping information is stored in the array of coordinate.
Definition at line181of filekfbxlayer.h.
void SetMappingMode | ( | EMappingMode | pMappingMode | ) | [inline] |
Set the Mapping Mode.
pMappingMode | Specify the way the layer element is mapped on a surface. |
Definition at line192of filekfbxlayer.h.
void SetReferenceMode | ( | EReferenceMode | pReferenceMode | ) | [inline] |
Set the Reference Mode.
pReferenceMode | Specify the reference mode. |
Reimplemented inKFbxLayerElementSmoothing.
Definition at line197of filekfbxlayer.h.
EMappingModeGetMappingMode | ( | ) | const[inline] |
EReferenceModeGetReferenceMode | ( | ) | const[inline] |
void SetName | ( | const char * | pName | ) | [inline] |
Set the name of this object.
pName | Specify the name of this LayerElement object. |
Definition at line212of filekfbxlayer.h.
const char* GetName | ( | ) | const[inline] |
Get the name of this object.
Definition at line217of filekfbxlayer.h.
void Destroy | ( | ) |
Delete this object.