#include <domTranslate.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getSid () const |
void | setSid (xsNCName atSid) |
virtual daeInt | typeID () const |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domTranslate (DAE &dae) | |
domTranslate (DAE &dae) | |
virtual domTranslate & | operator= (const domTranslate &cpy) |
virtual domTranslate & | operator= (const domTranslate &cpy) |
virtual | ~domTranslate () |
virtual | ~domTranslate () |
The translate element contains a mathematical vector that represents the distance along the X, Y and Z-axes.
Definition at line 23 of file 1.4/dom/domTranslate.h.
domTranslate::domTranslate | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 45 of file 1.4/dom/domTranslate.h.
virtual domTranslate::~domTranslate | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 49 of file 1.4/dom/domTranslate.h.
domTranslate::domTranslate | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 29 of file dom/domTranslate.h.
virtual domTranslate::~domTranslate | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 33 of file dom/domTranslate.h.
static DLLSPEC daeElementRef domTranslate::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domTargetable_float3.
static DLLSPEC daeElementRef domTranslate::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domTargetable_float3.
virtual COLLADA_TYPE::TypeEnum domTranslate::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domTranslate.h.
virtual COLLADA_TYPE::TypeEnum domTranslate::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 26 of file 1.4/dom/domTranslate.h.
xsNCName domTranslate::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domTargetableFloat3_complexType.
Definition at line 34 of file 1.4/dom/domTranslate.h.
static daeInt domTranslate::ID | ( | ) | [inline, static] |
Reimplemented from domTargetable_float3.
Definition at line 20 of file dom/domTranslate.h.
static daeInt domTranslate::ID | ( | ) | [inline, static] |
Reimplemented from domTargetable_float3.
Definition at line 27 of file 1.4/dom/domTranslate.h.
virtual domTranslate& domTranslate::operator= | ( | const domTranslate & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 37 of file dom/domTranslate.h.
virtual domTranslate& domTranslate::operator= | ( | const domTranslate & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 53 of file 1.4/dom/domTranslate.h.
static DLLSPEC daeMetaElement* domTranslate::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 domTargetable_float3.
static DLLSPEC daeMetaElement* domTranslate::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 domTargetable_float3.
void domTranslate::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Reimplemented from domTargetableFloat3_complexType.
Definition at line 39 of file 1.4/dom/domTranslate.h.
virtual daeInt domTranslate::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 21 of file dom/domTranslate.h.
virtual daeInt domTranslate::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 28 of file 1.4/dom/domTranslate.h.