|
FBX C++ API Reference
|
#include <fbxcolladaelement.h>
A struct for convenient access to the content of COLLADA source element.
Definition at line 110 of file fbxcolladaelement.h.
Inheritance diagram for SourceElementContentAccessor< TYPE >:Public Member Functions | |
| SourceElementContentAccessor (xmlNode *pSourceElement) | |
Public Member Functions inherited from ElementContentAccessor | |
| ElementContentAccessor () | |
| ElementContentAccessor (xmlNode *pElement) | |
| virtual | ~ElementContentAccessor () |
| template<typename TYPE > | |
| bool | GetNext (TYPE *pData) |
| template<typename TYPE > | |
| int | GetArray (TYPE *pArray, int pArraySize, int pSourceUnitOffset=0, int pSourceUnitValidCount=1, int pSourceUnitSize=1, int pDestUnitOffset=0, int pDestUnitValidCount=1, int pDestUnitSize=1, TYPE pDefaultValue=TYPE()) |
Public Attributes | |
| int | mCount |
| int | mStride |
| int | mOffset |
Public Attributes inherited from ElementContentAccessor | |
| xmlChar * | mContent |
| const char * | mPointer |
|
inline |
Definition at line 112 of file fbxcolladaelement.h.
| int mCount |
Definition at line 142 of file fbxcolladaelement.h.
| int mStride |
Definition at line 143 of file fbxcolladaelement.h.
| int mOffset |
Definition at line 144 of file fbxcolladaelement.h.