#include <domKinematics_bind.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
::domInt & | getValue () |
void | setValue (const ::domInt &val) |
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 | |
domInt (DAE &dae) | |
virtual domInt & | operator= (const domInt &cpy) |
virtual | ~domInt () |
Protected Attributes | |
::domInt | _value |
Definition at line 139 of file domKinematics_bind.h.
domKinematics_bind::domInt::domInt | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 168 of file domKinematics_bind.h.
virtual domKinematics_bind::domInt::~domInt | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 172 of file domKinematics_bind.h.
static DLLSPEC daeElementRef domKinematics_bind::domInt::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domKinematics_bind::domInt::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 142 of file domKinematics_bind.h.
::domInt& domKinematics_bind::domInt::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 152 of file domKinematics_bind.h.
static daeInt domKinematics_bind::domInt::ID | ( | ) | [inline, static] |
Definition at line 143 of file domKinematics_bind.h.
virtual domInt& domKinematics_bind::domInt::operator= | ( | const domInt & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 176 of file domKinematics_bind.h.
static DLLSPEC daeMetaElement* domKinematics_bind::domInt::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_bind::domInt::setValue | ( | const ::domInt & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 157 of file domKinematics_bind.h.
virtual daeInt domKinematics_bind::domInt::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 144 of file domKinematics_bind.h.
::domInt domKinematics_bind::domInt::_value [protected] |
The domInt value of the text data of this element.
Definition at line 163 of file domKinematics_bind.h.