#include <domScale.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 | |
domScale (DAE &dae) | |
domScale (DAE &dae) | |
virtual domScale & | operator= (const domScale &cpy) |
virtual domScale & | operator= (const domScale &cpy) |
virtual | ~domScale () |
virtual | ~domScale () |
The scale element contains a mathematical vector that represents the relative proportions of the X, Y and Z axes of a coordinated system.
Definition at line 23 of file 1.4/dom/domScale.h.
domScale::domScale | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 45 of file 1.4/dom/domScale.h.
virtual domScale::~domScale | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 49 of file 1.4/dom/domScale.h.
domScale::domScale | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 29 of file dom/domScale.h.
virtual domScale::~domScale | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 33 of file dom/domScale.h.
static DLLSPEC daeElementRef domScale::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domTargetable_float3.
static DLLSPEC daeElementRef domScale::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domTargetable_float3.
virtual COLLADA_TYPE::TypeEnum domScale::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domScale.h.
virtual COLLADA_TYPE::TypeEnum domScale::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 26 of file 1.4/dom/domScale.h.
xsNCName domScale::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domTargetableFloat3_complexType.
Definition at line 34 of file 1.4/dom/domScale.h.
static daeInt domScale::ID | ( | ) | [inline, static] |
Reimplemented from domTargetable_float3.
Definition at line 20 of file dom/domScale.h.
static daeInt domScale::ID | ( | ) | [inline, static] |
Reimplemented from domTargetable_float3.
Definition at line 27 of file 1.4/dom/domScale.h.
Overloaded assignment operator
Definition at line 37 of file dom/domScale.h.
Overloaded assignment operator
Definition at line 53 of file 1.4/dom/domScale.h.
static DLLSPEC daeMetaElement* domScale::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* domScale::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 domScale::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/domScale.h.
virtual daeInt domScale::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/domScale.h.
virtual daeInt domScale::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/domScale.h.