Public Member Functions | Static Public Member Functions | Protected Member Functions

FbxLayerElementCrease Class Reference

This reference page is linked to from the following overview topics: List of Python Fbx classes.


Search for all occurrences

Detailed Description

Layer element for indicating crease of components of a geometry.

Definition at line 2097 of file fbxlayer.h.

#include <fbxlayer.h>

Inheritance diagram for FbxLayerElementCrease:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  FBXSDK_FRIEND_NEW ()
void  SetReferenceMode (FbxLayerElement::EReferenceMode pMode)
  Sets the Reference Mode.

Static Public Member Functions

static FbxLayerElementCrease Create (FbxLayerContainer *pOwner, char const *pName)
  Allocation method.

Protected Member Functions

  FbxLayerElementCrease ()

Constructor & Destructor Documentation

FbxLayerElementCrease ( ) [inline, protected]

Definition at line 2133 of file fbxlayer.h.


Member Function Documentation

FBXSDK_FRIEND_NEW ( )
static FbxLayerElementCrease* Create ( FbxLayerContainer pOwner,
char const *  pName 
) [static]

Allocation method.

Parameters:
pOwner The owner of this layer element.
pName The name of this layer element.
Returns:
A pointer to the layer element or NULL if creation fails.
void SetReferenceMode ( FbxLayerElement::EReferenceMode  pMode ) [inline]

Sets the Reference Mode.

Parameters:
pMode Specifies the reference mode.
Remarks:
Only support eDirect.

Reimplemented from FbxLayerElement.

Definition at line 2113 of file fbxlayer.h.

    {
        if( pMode != FbxLayerElement::eDirect )
        {
            FBX_ASSERT_NOW( "Crease layer elements must be direct mapped" );
            return;
        }
    }

The documentation for this class was generated from the following file:

FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease
FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease FbxLayerElementCrease