#include <domKinematics_param.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsToken | getRef () const |
void | setRef (xsToken atRef) |
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_param (DAE &dae) | |
virtual domKinematics_param & | operator= (const domKinematics_param &cpy) |
virtual | ~domKinematics_param () |
Protected Attributes | |
xsToken | attrRef |
Definition at line 10 of file domKinematics_param.h.
domKinematics_param::domKinematics_param | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 36 of file domKinematics_param.h.
virtual domKinematics_param::~domKinematics_param | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 40 of file domKinematics_param.h.
static DLLSPEC daeElementRef domKinematics_param::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domKinematics_param::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 13 of file domKinematics_param.h.
xsToken domKinematics_param::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Definition at line 25 of file domKinematics_param.h.
static daeInt domKinematics_param::ID | ( | ) | [inline, static] |
Definition at line 14 of file domKinematics_param.h.
virtual domKinematics_param& domKinematics_param::operator= | ( | const domKinematics_param & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 44 of file domKinematics_param.h.
static DLLSPEC daeMetaElement* domKinematics_param::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 domKinematics_param::setRef | ( | xsToken | atRef | ) | [inline] |
Sets the ref attribute.
atRef | The new value for the ref attribute. |
Definition at line 30 of file domKinematics_param.h.
virtual daeInt domKinematics_param::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 15 of file domKinematics_param.h.
xsToken domKinematics_param::attrRef [protected] |
Definition at line 17 of file domKinematics_param.h.