#include <fbxcolladaelement.h>
A struct for convenient access to the content of common COLLADA element.
Definition at line 74 of file fbxcolladaelement.h.
◆ ElementContentAccessor() [1/2]
◆ ElementContentAccessor() [2/2]
◆ ~ElementContentAccessor()
◆ GetNext()
bool GetNext |
( |
TYPE * |
pData | ) |
|
|
inline |
Definition at line 81 of file fbxcolladaelement.h.
bool FromString(T *pDest, const char *pSourceBegin, const char **pSourceEnd=((void *) 0))
Convert part of the source string into destination type.
◆ GetArray()
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() |
|
) |
| |
|
inline |
Definition at line 87 of file fbxcolladaelement.h.
95 pSourceUnitOffset, pSourceUnitValidCount, pSourceUnitSize,
96 pDestUnitOffset, pDestUnitValidCount, pDestUnitSize, pDefaultValue);
int FromStringToArray(const char *pString, TYPE *pArray, int pArraySize, int pSourceUnitOffset, int pSourceValidUnitCount, int pSourceGroupSize, int pDestUnitOffset, int pDestValidUnitCount, int pDestGroupSize, TYPE pDefaultValue=TYPE())
Parse the string into an array.
◆ mContent
◆ mPointer
The documentation for this struct was generated from the following file: