#include <domAxis_constraint.h>
Public Member Functions | |
const domAxisRef | getAxis () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domJoint_limitsRef | getLimits () const |
domSid | getSid () const |
void | setSid (domSid atSid) |
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 | |
domAxis_constraint (DAE &dae) | |
virtual domAxis_constraint & | operator= (const domAxis_constraint &cpy) |
virtual | ~domAxis_constraint () |
Protected Attributes | |
domSid | attrSid |
domAxisRef | elemAxis |
domJoint_limitsRef | elemLimits |
Definition at line 12 of file domAxis_constraint.h.
domAxis_constraint::domAxis_constraint | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 51 of file domAxis_constraint.h.
virtual domAxis_constraint::~domAxis_constraint | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 55 of file domAxis_constraint.h.
static DLLSPEC daeElementRef domAxis_constraint::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAxisRef domAxis_constraint::getAxis | ( | ) | const [inline] |
Gets the axis element.
Definition at line 41 of file domAxis_constraint.h.
virtual COLLADA_TYPE::TypeEnum domAxis_constraint::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 15 of file domAxis_constraint.h.
const domJoint_limitsRef domAxis_constraint::getLimits | ( | ) | const [inline] |
Gets the limits element.
Definition at line 46 of file domAxis_constraint.h.
domSid domAxis_constraint::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 30 of file domAxis_constraint.h.
static daeInt domAxis_constraint::ID | ( | ) | [inline, static] |
Definition at line 16 of file domAxis_constraint.h.
virtual domAxis_constraint& domAxis_constraint::operator= | ( | const domAxis_constraint & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 59 of file domAxis_constraint.h.
static DLLSPEC daeMetaElement* domAxis_constraint::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 domAxis_constraint::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 35 of file domAxis_constraint.h.
virtual daeInt domAxis_constraint::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 domAxis_constraint.h.
domSid domAxis_constraint::attrSid [protected] |
Definition at line 19 of file domAxis_constraint.h.
domAxisRef domAxis_constraint::elemAxis [protected] |
Definition at line 22 of file domAxis_constraint.h.
domJoint_limitsRef domAxis_constraint::elemLimits [protected] |
Definition at line 23 of file domAxis_constraint.h.