Public Types | Public Member Functions | Static Public Attributes

ElementBase Class Reference

Search for all occurrences

Detailed Description

Representing a common COLLADA element.

Definition at line 167 of file fbxcolladaelement.h.

#include <fbxcolladaelement.h>

Inheritance diagram for ElementBase:
Inheritance graph
[legend]

List of all members.

Public Types

enum   { MATRIX_STRIDE = 16 }

Public Member Functions

  ElementBase ()
  Constructor & Destructor.
virtual  ~ElementBase ()
void  SetXMLElement (xmlNode *pElement)
  Access for XML element.
xmlNode *  GetXMLElement () const
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 Public Attributes

static const FbxString  smID_PROPERTY_NAME

Member Enumeration Documentation

anonymous enum
Enumerator:
MATRIX_STRIDE 

Definition at line 170 of file fbxcolladaelement.h.

    {
        MATRIX_STRIDE = 16,
    };

Constructor & Destructor Documentation

Constructor & Destructor.

virtual ~ElementBase ( ) [virtual]

Member Function Documentation

void SetXMLElement ( xmlNode *  pElement ) [inline]

Access for XML element.

Definition at line 185 of file fbxcolladaelement.h.

{ mXMLElement = pElement; }
xmlNode* GetXMLElement ( ) const [inline]

Definition at line 186 of file fbxcolladaelement.h.

{ return mXMLElement; }
const FbxString& GetID ( ) const

Get the ID of the element.

Returns:
Return the ID string.
const FbxSystemUnit* GetUnit ( ) const

Get the unit of the element, which takes effect in this element and its children elements.

Returns:
Return the unit.

Member Data Documentation

const FbxString smID_PROPERTY_NAME [static]

Definition at line 176 of file fbxcolladaelement.h.


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

ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase
ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase ElementBase