#include <domTargetableFloat.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 | |
| domTargetableFloat (DAE &dae) | |
| virtual domTargetableFloat & | operator= (const domTargetableFloat &cpy) |
| virtual | ~domTargetableFloat () |
An element of type domTargetableFloat_complexType.
Definition at line 79 of file domTargetableFloat.h.
| domTargetableFloat::domTargetableFloat | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 102 of file domTargetableFloat.h.
| virtual domTargetableFloat::~domTargetableFloat | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 106 of file domTargetableFloat.h.
| static DLLSPEC daeElementRef domTargetableFloat::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domTargetableFloat::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 82 of file domTargetableFloat.h.
| xsNCName domTargetableFloat::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domTargetableFloat_complexType.
Definition at line 91 of file domTargetableFloat.h.
| static daeInt domTargetableFloat::ID | ( | ) | [inline, static] |
Definition at line 83 of file domTargetableFloat.h.
| virtual domTargetableFloat& domTargetableFloat::operator= | ( | const domTargetableFloat & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 110 of file domTargetableFloat.h.
| static DLLSPEC daeMetaElement* domTargetableFloat::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 domTargetableFloat::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
| atSid | The new value for the sid attribute. |
Reimplemented from domTargetableFloat_complexType.
Definition at line 96 of file domTargetableFloat.h.
| virtual daeInt domTargetableFloat::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 84 of file domTargetableFloat.h.