#include <domBind_kinematics_model.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsToken | getNode () const |
void | setNode (xsToken atNode) |
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 | |
domBind_kinematics_model (DAE &dae) | |
virtual domBind_kinematics_model & | operator= (const domBind_kinematics_model &cpy) |
virtual | ~domBind_kinematics_model () |
Protected Attributes | |
xsToken | attrNode |
Definition at line 11 of file domBind_kinematics_model.h.
domBind_kinematics_model::domBind_kinematics_model | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 37 of file domBind_kinematics_model.h.
virtual domBind_kinematics_model::~domBind_kinematics_model | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 41 of file domBind_kinematics_model.h.
static DLLSPEC daeElementRef domBind_kinematics_model::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domCommon_sidref_or_param.
virtual COLLADA_TYPE::TypeEnum domBind_kinematics_model::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domCommon_sidref_or_param.
Definition at line 14 of file domBind_kinematics_model.h.
xsToken domBind_kinematics_model::getNode | ( | ) | const [inline] |
Gets the node attribute.
Definition at line 26 of file domBind_kinematics_model.h.
static daeInt domBind_kinematics_model::ID | ( | ) | [inline, static] |
Reimplemented from domCommon_sidref_or_param.
Definition at line 15 of file domBind_kinematics_model.h.
virtual domBind_kinematics_model& domBind_kinematics_model::operator= | ( | const domBind_kinematics_model & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 45 of file domBind_kinematics_model.h.
static DLLSPEC daeMetaElement* domBind_kinematics_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.
Reimplemented from domCommon_sidref_or_param.
void domBind_kinematics_model::setNode | ( | xsToken | atNode | ) | [inline] |
Sets the node attribute.
atNode | The new value for the node attribute. |
Definition at line 31 of file domBind_kinematics_model.h.
virtual daeInt domBind_kinematics_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.
Reimplemented from domCommon_sidref_or_param.
Definition at line 16 of file domBind_kinematics_model.h.
xsToken domBind_kinematics_model::attrNode [protected] |
Definition at line 18 of file domBind_kinematics_model.h.