#include <domKinematics.h>
Definition at line 14 of file domKinematics.h.
domKinematics::domKinematics | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 67 of file domKinematics.h.
virtual domKinematics::~domKinematics | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 71 of file domKinematics.h.
static DLLSPEC daeElementRef domKinematics::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domKinematics::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domKinematics.h.
const domExtra_Array& domKinematics::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 62 of file domKinematics.h.
domExtra_Array& domKinematics::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 57 of file domKinematics.h.
const domInstance_kinematics_model_Array& domKinematics::getInstance_kinematics_model_array | ( | ) | const [inline] |
Gets the instance_kinematics_model element array.
Definition at line 37 of file domKinematics.h.
domInstance_kinematics_model_Array& domKinematics::getInstance_kinematics_model_array | ( | ) | [inline] |
Gets the instance_kinematics_model element array.
Definition at line 32 of file domKinematics.h.
const domTechnique_Array& domKinematics::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 52 of file domKinematics.h.
domTechnique_Array& domKinematics::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 47 of file domKinematics.h.
const domKinematics_techniqueRef domKinematics::getTechnique_common | ( | ) | const [inline] |
Gets the technique_common element.
Definition at line 42 of file domKinematics.h.
static daeInt domKinematics::ID | ( | ) | [inline, static] |
Definition at line 18 of file domKinematics.h.
virtual domKinematics& domKinematics::operator= | ( | const domKinematics & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 75 of file domKinematics.h.
static DLLSPEC daeMetaElement* domKinematics::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 domKinematics::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 domKinematics.h.
domExtra_Array domKinematics::elemExtra_array [protected] |
Definition at line 25 of file domKinematics.h.
Definition at line 22 of file domKinematics.h.
domTechnique_Array domKinematics::elemTechnique_array [protected] |
Definition at line 24 of file domKinematics.h.
Definition at line 23 of file domKinematics.h.