#include <domJoint.h>
Definition at line 12 of file domJoint.h.
domJoint::domJoint | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 123 of file domJoint.h.
virtual domJoint::~domJoint | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 127 of file domJoint.h.
static DLLSPEC daeElementRef domJoint::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domJoint::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 117 of file domJoint.h.
daeElementRefArray& domJoint::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 112 of file domJoint.h.
virtual COLLADA_TYPE::TypeEnum domJoint::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 15 of file domJoint.h.
const domExtra_Array& domJoint::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 107 of file domJoint.h.
domExtra_Array& domJoint::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 102 of file domJoint.h.
xsID domJoint::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 47 of file domJoint.h.
xsToken domJoint::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 60 of file domJoint.h.
const domAxis_constraint_Array& domJoint::getPrismatic_array | ( | ) | const [inline] |
Gets the prismatic element array.
Definition at line 87 of file domJoint.h.
domAxis_constraint_Array& domJoint::getPrismatic_array | ( | ) | [inline] |
Gets the prismatic element array.
Definition at line 82 of file domJoint.h.
const domAxis_constraint_Array& domJoint::getRevolute_array | ( | ) | const [inline] |
Gets the revolute element array.
Definition at line 97 of file domJoint.h.
domAxis_constraint_Array& domJoint::getRevolute_array | ( | ) | [inline] |
Gets the revolute element array.
Definition at line 92 of file domJoint.h.
domSid domJoint::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 71 of file domJoint.h.
static daeInt domJoint::ID | ( | ) | [inline, static] |
Definition at line 16 of file domJoint.h.
Overloaded assignment operator
Definition at line 131 of file domJoint.h.
static DLLSPEC daeMetaElement* domJoint::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 domJoint::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 52 of file domJoint.h.
void domJoint::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 65 of file domJoint.h.
void domJoint::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 76 of file domJoint.h.
virtual daeInt domJoint::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 17 of file domJoint.h.
daeTArray< daeCharArray * > domJoint::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 39 of file domJoint.h.
daeElementRefArray domJoint::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 30 of file domJoint.h.
daeUIntArray domJoint::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 34 of file domJoint.h.
xsID domJoint::attrId [protected] |
Definition at line 19 of file domJoint.h.
xsToken domJoint::attrName [protected] |
Definition at line 20 of file domJoint.h.
domSid domJoint::attrSid [protected] |
Definition at line 21 of file domJoint.h.
domExtra_Array domJoint::elemExtra_array [protected] |
Definition at line 26 of file domJoint.h.
Definition at line 24 of file domJoint.h.
domAxis_constraint_Array domJoint::elemRevolute_array [protected] |
Definition at line 25 of file domJoint.h.