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