#include <fbxcolladaelement.h>
Representing a common COLLADA element.
Definition at line 153 of file fbxcolladaelement.h.
Public Types | |
enum | { MATRIX_STRIDE = 16 } |
Public Member Functions | |
ElementBase () | |
Constructor & Destructor. More... | |
virtual | ~ElementBase () |
void | SetXMLElement (xmlNode *pElement) |
Access for XML element. More... | |
xmlNode * | GetXMLElement () const |
const FbxString & | GetID () const |
Get the ID of the element. More... | |
const FbxSystemUnit * | GetUnit () const |
Get the unit of the element, which takes effect in this element and its children elements. More... | |
Static Public Attributes | |
static const char * | smID_PROPERTY_NAME |
anonymous enum |
Enumerator | |
---|---|
MATRIX_STRIDE |
Definition at line 156 of file fbxcolladaelement.h.
ElementBase | ( | ) |
Constructor & Destructor.
|
virtual |
|
inline |
Access for XML element.
Definition at line 171 of file fbxcolladaelement.h.
|
inline |
Definition at line 172 of file fbxcolladaelement.h.
const FbxString& GetID | ( | ) | const |
Get the ID of the element.
const FbxSystemUnit* GetUnit | ( | ) | const |
Get the unit of the element, which takes effect in this element and its children elements.
|
static |
Definition at line 162 of file fbxcolladaelement.h.