ColladaLayerTraits Struct Reference

#include <fbxcolladautils.h>

Class Description

Definition at line 62 of file fbxcolladautils.h.

Public Member Functions

 ColladaLayerTraits ()
 
 ColladaLayerTraits (FbxLayerElement::EType pType, int pLength)
 

Static Public Member Functions

static const ColladaLayerTraits GetLayerTraits (const FbxString &pLabel)
 Construct traits according to COLLADA layer string. More...
 

Public Attributes

FbxLayerElement::EType mLayerType
 
int mLayerElementLength
 

Constructor & Destructor Documentation

ColladaLayerTraits ( FbxLayerElement::EType  pType,
int  pLength 
)
inline

Definition at line 67 of file fbxcolladautils.h.

68  : mLayerType(pType), mLayerElementLength(pLength) {}
FbxLayerElement::EType mLayerType

Member Function Documentation

static const ColladaLayerTraits GetLayerTraits ( const FbxString pLabel)
static

Construct traits according to COLLADA layer string.

Parameters
pLabelCOLLADA layer string.
Returns
Return created traits.

Member Data Documentation

Definition at line 71 of file fbxcolladautils.h.

int mLayerElementLength

Definition at line 73 of file fbxcolladautils.h.


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