#include <domGles2_value.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domFloat3x3 & | getValue () |
void | setValue (const domFloat3x3 &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 | |
domMat3 (DAE &dae) | |
virtual domMat3 & | operator= (const domMat3 &cpy) |
virtual | ~domMat3 () |
Protected Attributes | |
domFloat3x3 | _value |
Definition at line 552 of file domGles2_value.h.
domGles2_value::domMat3::domMat3 | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 581 of file domGles2_value.h.
virtual domGles2_value::domMat3::~domMat3 | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 585 of file domGles2_value.h.
static DLLSPEC daeElementRef domGles2_value::domMat3::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles2_value::domMat3::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 555 of file domGles2_value.h.
domFloat3x3& domGles2_value::domMat3::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 565 of file domGles2_value.h.
static daeInt domGles2_value::domMat3::ID | ( | ) | [inline, static] |
Definition at line 556 of file domGles2_value.h.
virtual domMat3& domGles2_value::domMat3::operator= | ( | const domMat3 & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 589 of file domGles2_value.h.
static DLLSPEC daeMetaElement* domGles2_value::domMat3::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 domGles2_value::domMat3::setValue | ( | const domFloat3x3 & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 570 of file domGles2_value.h.
virtual daeInt domGles2_value::domMat3::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 557 of file domGles2_value.h.
domFloat3x3 domGles2_value::domMat3::_value [protected] |
The domFloat3x3 value of the text data of this element.
Definition at line 576 of file domGles2_value.h.