#include <domMotion_axis_info.h>
Definition at line 14 of file domMotion_axis_info.h.
domMotion_axis_info::domMotion_axis_info | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 122 of file domMotion_axis_info.h.
virtual domMotion_axis_info::~domMotion_axis_info | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 126 of file domMotion_axis_info.h.
static DLLSPEC daeElementRef domMotion_axis_info::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domCommon_float_or_paramRef domMotion_axis_info::getAcceleration | ( | ) | const [inline] |
Gets the acceleration element.
Definition at line 107 of file domMotion_axis_info.h.
xsToken domMotion_axis_info::getAxis | ( | ) | const [inline] |
Gets the axis attribute.
Definition at line 50 of file domMotion_axis_info.h.
const domKinematics_bind_Array& domMotion_axis_info::getBind_array | ( | ) | const [inline] |
Gets the bind element array.
Definition at line 77 of file domMotion_axis_info.h.
domKinematics_bind_Array& domMotion_axis_info::getBind_array | ( | ) | [inline] |
Gets the bind element array.
Definition at line 72 of file domMotion_axis_info.h.
const domCommon_float_or_paramRef domMotion_axis_info::getDeceleration | ( | ) | const [inline] |
Gets the deceleration element.
Definition at line 112 of file domMotion_axis_info.h.
virtual COLLADA_TYPE::TypeEnum domMotion_axis_info::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file domMotion_axis_info.h.
const domCommon_float_or_paramRef domMotion_axis_info::getJerk | ( | ) | const [inline] |
Gets the jerk element.
Definition at line 117 of file domMotion_axis_info.h.
xsToken domMotion_axis_info::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 61 of file domMotion_axis_info.h.
const domKinematics_newparam_Array& domMotion_axis_info::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 87 of file domMotion_axis_info.h.
domKinematics_newparam_Array& domMotion_axis_info::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 82 of file domMotion_axis_info.h.
const domKinematics_setparam_Array& domMotion_axis_info::getSetparam_array | ( | ) | const [inline] |
Gets the setparam element array.
Definition at line 97 of file domMotion_axis_info.h.
domKinematics_setparam_Array& domMotion_axis_info::getSetparam_array | ( | ) | [inline] |
Gets the setparam element array.
Definition at line 92 of file domMotion_axis_info.h.
domSid domMotion_axis_info::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 39 of file domMotion_axis_info.h.
const domCommon_float_or_paramRef domMotion_axis_info::getSpeed | ( | ) | const [inline] |
Gets the speed element.
Definition at line 102 of file domMotion_axis_info.h.
static daeInt domMotion_axis_info::ID | ( | ) | [inline, static] |
Definition at line 18 of file domMotion_axis_info.h.
virtual domMotion_axis_info& domMotion_axis_info::operator= | ( | const domMotion_axis_info & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 130 of file domMotion_axis_info.h.
static DLLSPEC daeMetaElement* domMotion_axis_info::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 domMotion_axis_info::setAxis | ( | xsToken | atAxis | ) | [inline] |
Sets the axis attribute.
atAxis | The new value for the axis attribute. |
Definition at line 55 of file domMotion_axis_info.h.
void domMotion_axis_info::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 66 of file domMotion_axis_info.h.
void domMotion_axis_info::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 44 of file domMotion_axis_info.h.
virtual daeInt domMotion_axis_info::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_axis_info.h.
xsToken domMotion_axis_info::attrAxis [protected] |
Definition at line 22 of file domMotion_axis_info.h.
xsToken domMotion_axis_info::attrName [protected] |
Definition at line 23 of file domMotion_axis_info.h.
domSid domMotion_axis_info::attrSid [protected] |
Definition at line 21 of file domMotion_axis_info.h.
Definition at line 30 of file domMotion_axis_info.h.
Definition at line 26 of file domMotion_axis_info.h.
Definition at line 31 of file domMotion_axis_info.h.
Definition at line 32 of file domMotion_axis_info.h.
Definition at line 27 of file domMotion_axis_info.h.
Definition at line 28 of file domMotion_axis_info.h.
Definition at line 29 of file domMotion_axis_info.h.