#include <domKinematics_model.h>
Definition at line 14 of file domKinematics_model.h.
domKinematics_model::domKinematics_model | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 89 of file domKinematics_model.h.
virtual domKinematics_model::~domKinematics_model | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 93 of file domKinematics_model.h.
static DLLSPEC daeElementRef domKinematics_model::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domKinematics_model::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 59 of file domKinematics_model.h.
virtual COLLADA_TYPE::TypeEnum domKinematics_model::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domKinematics_model.h.
const domExtra_Array& domKinematics_model::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 84 of file domKinematics_model.h.
domExtra_Array& domKinematics_model::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 79 of file domKinematics_model.h.
xsID domKinematics_model::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 35 of file domKinematics_model.h.
xsToken domKinematics_model::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 48 of file domKinematics_model.h.
const domTechnique_Array& domKinematics_model::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 74 of file domKinematics_model.h.
domTechnique_Array& domKinematics_model::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 69 of file domKinematics_model.h.
const domKinematics_model_techniqueRef domKinematics_model::getTechnique_common | ( | ) | const [inline] |
Gets the technique_common element.
Definition at line 64 of file domKinematics_model.h.
static daeInt domKinematics_model::ID | ( | ) | [inline, static] |
Definition at line 18 of file domKinematics_model.h.
virtual domKinematics_model& domKinematics_model::operator= | ( | const domKinematics_model & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 97 of file domKinematics_model.h.
static DLLSPEC daeMetaElement* domKinematics_model::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.
void domKinematics_model::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 40 of file domKinematics_model.h.
void domKinematics_model::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 53 of file domKinematics_model.h.
virtual daeInt domKinematics_model::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_model.h.
xsID domKinematics_model::attrId [protected] |
Definition at line 21 of file domKinematics_model.h.
xsToken domKinematics_model::attrName [protected] |
Definition at line 22 of file domKinematics_model.h.
domAssetRef domKinematics_model::elemAsset [protected] |
Definition at line 25 of file domKinematics_model.h.
domExtra_Array domKinematics_model::elemExtra_array [protected] |
Definition at line 28 of file domKinematics_model.h.
Definition at line 27 of file domKinematics_model.h.
Definition at line 26 of file domKinematics_model.h.