Public Member Functions | Static Public Member Functions | Public Attributes

ColladaLayerTraits Struct Reference

Search for all occurrences

Detailed Description

Definition at line 94 of file fbxcolladautils.h.

#include <fbxcolladautils.h>

List of all members.

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.

Public Attributes

FbxLayerElement::EType mLayerType
int mLayerElementLength

Constructor & Destructor Documentation

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

Definition at line 99 of file fbxcolladautils.h.

        : mLayerType(pType), mLayerElementLength(pLength) {}

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 103 of file fbxcolladautils.h.

Definition at line 105 of file fbxcolladautils.h.


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