#include <domTargetableFloat3.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getSid () const |
void | setSid (xsNCName atSid) |
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 | |
domTargetableFloat3 (DAE &dae) | |
virtual domTargetableFloat3 & | operator= (const domTargetableFloat3 &cpy) |
virtual | ~domTargetableFloat3 () |
An element of type domTargetableFloat3_complexType.
Definition at line 84 of file domTargetableFloat3.h.
domTargetableFloat3::domTargetableFloat3 | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 107 of file domTargetableFloat3.h.
virtual domTargetableFloat3::~domTargetableFloat3 | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 111 of file domTargetableFloat3.h.
static DLLSPEC daeElementRef domTargetableFloat3::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domTargetableFloat3::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 87 of file domTargetableFloat3.h.
xsNCName domTargetableFloat3::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domTargetableFloat3_complexType.
Definition at line 96 of file domTargetableFloat3.h.
static daeInt domTargetableFloat3::ID | ( | ) | [inline, static] |
Definition at line 88 of file domTargetableFloat3.h.
virtual domTargetableFloat3& domTargetableFloat3::operator= | ( | const domTargetableFloat3 & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 115 of file domTargetableFloat3.h.
static DLLSPEC daeMetaElement* domTargetableFloat3::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 domTargetableFloat3::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Reimplemented from domTargetableFloat3_complexType.
Definition at line 101 of file domTargetableFloat3.h.
virtual daeInt domTargetableFloat3::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 89 of file domTargetableFloat3.h.