#include <domMotion.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domExtra_Array & | getExtra_array () const |
domExtra_Array & | getExtra_array () |
const domInstance_articulated_systemRef | getInstance_articulated_system () const |
const domTechnique_Array & | getTechnique_array () const |
domTechnique_Array & | getTechnique_array () |
const domMotion_techniqueRef | getTechnique_common () const |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domMotion (DAE &dae) | |
virtual domMotion & | operator= (const domMotion &cpy) |
virtual | ~domMotion () |
Protected Attributes | |
domExtra_Array | elemExtra_array |
domInstance_articulated_systemRef | elemInstance_articulated_system |
domTechnique_Array | elemTechnique_array |
domMotion_techniqueRef | elemTechnique_common |
Definition at line 14 of file domMotion.h.
domMotion::domMotion | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 62 of file domMotion.h.
virtual domMotion::~domMotion | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 66 of file domMotion.h.
static DLLSPEC daeElementRef domMotion::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domMotion::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domMotion.h.
const domExtra_Array& domMotion::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 57 of file domMotion.h.
domExtra_Array& domMotion::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 52 of file domMotion.h.
const domInstance_articulated_systemRef domMotion::getInstance_articulated_system | ( | ) | const [inline] |
Gets the instance_articulated_system element.
Definition at line 32 of file domMotion.h.
const domTechnique_Array& domMotion::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 47 of file domMotion.h.
domTechnique_Array& domMotion::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 42 of file domMotion.h.
const domMotion_techniqueRef domMotion::getTechnique_common | ( | ) | const [inline] |
Gets the technique_common element.
Definition at line 37 of file domMotion.h.
static daeInt domMotion::ID | ( | ) | [inline, static] |
Definition at line 18 of file domMotion.h.
Overloaded assignment operator
Definition at line 70 of file domMotion.h.
static DLLSPEC daeMetaElement* domMotion::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
virtual daeInt domMotion::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 19 of file domMotion.h.
domExtra_Array domMotion::elemExtra_array [protected] |
Definition at line 25 of file domMotion.h.
Definition at line 22 of file domMotion.h.
domTechnique_Array domMotion::elemTechnique_array [protected] |
Definition at line 24 of file domMotion.h.
Definition at line 23 of file domMotion.h.