Public Member Functions | Static Public Member Functions | Public Attributes

ColladaLayerTraits Struct Reference

Search for all occurrences

Detailed Description

Definition at line 64 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 69 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:
pLabel COLLADA layer string.
Returns:
Return created traits.

Member Data Documentation

Definition at line 73 of file fbxcolladautils.h.

Definition at line 75 of file fbxcolladautils.h.


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