#include <kfbxlayer.h>

Definition at line 2049 of file kfbxlayer.h.
Public Member Functions |
|
| void | SetReferenceMode (KFbxLayerElement::EReferenceMode pMode) |
| Sets the Reference Mode. |
|
Static Public Member Functions |
|
|
static KFBXNEW_DECLARE_FRIEND KFbxLayerElementCrease * |
Create (KFbxLayerContainer *pOwner, char const *pName) |
| Allocation method. |
|
| static KFBXNEW_DECLARE_FRIEND KFbxLayerElementCrease* Create | ( | KFbxLayerContainer * | pOwner, | |
| char const * | pName | |||
| ) | [static] |
Allocation method.
| pOwner | The owner of this layer element. | |
| pName | The name of this layer element. |
NULL if creation
fails.| void SetReferenceMode | ( | KFbxLayerElement::EReferenceMode | pMode | ) | [inline] |
Sets the Reference Mode.
| pMode | Specifies the reference mode. |
Reimplemented from KFbxLayerElement.
Definition at line 2065 of file kfbxlayer.h.
References KFbxLayerElement::eDIRECT, and K_ASSERT_MSG_NOW.