#include <domEllipsoid.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domFloat3 & | getValue () |
const domFloat3 & | getValue () const |
domFloat3 & | getValue () |
void | setValue (const domFloat3 &val) |
void | setValue (const domFloat3 &val) |
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 | |
domSize (DAE &dae) | |
domSize (DAE &dae) | |
virtual domSize & | operator= (const domSize &cpy) |
virtual domSize & | operator= (const domSize &cpy) |
virtual | ~domSize () |
virtual | ~domSize () |
Protected Attributes | |
domFloat3 | _value |
Definition at line 30 of file 1.4/dom/domEllipsoid.h.
domEllipsoid::domSize::domSize | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 64 of file 1.4/dom/domEllipsoid.h.
virtual domEllipsoid::domSize::~domSize | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 68 of file 1.4/dom/domEllipsoid.h.
domEllipsoid::domSize::domSize | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 51 of file dom/domEllipsoid.h.
virtual domEllipsoid::domSize::~domSize | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 55 of file dom/domEllipsoid.h.
static DLLSPEC daeElementRef domEllipsoid::domSize::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domEllipsoid::domSize::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domEllipsoid::domSize::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file dom/domEllipsoid.h.
virtual COLLADA_TYPE::TypeEnum domEllipsoid::domSize::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 33 of file 1.4/dom/domEllipsoid.h.
domFloat3& domEllipsoid::domSize::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 35 of file dom/domEllipsoid.h.
const domFloat3& domEllipsoid::domSize::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 53 of file 1.4/dom/domEllipsoid.h.
domFloat3& domEllipsoid::domSize::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 48 of file 1.4/dom/domEllipsoid.h.
static daeInt domEllipsoid::domSize::ID | ( | ) | [inline, static] |
Definition at line 26 of file dom/domEllipsoid.h.
static daeInt domEllipsoid::domSize::ID | ( | ) | [inline, static] |
Definition at line 34 of file 1.4/dom/domEllipsoid.h.
virtual domSize& domEllipsoid::domSize::operator= | ( | const domSize & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 59 of file dom/domEllipsoid.h.
virtual domSize& domEllipsoid::domSize::operator= | ( | const domSize & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 72 of file 1.4/dom/domEllipsoid.h.
static DLLSPEC daeMetaElement* domEllipsoid::domSize::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.
static DLLSPEC daeMetaElement* domEllipsoid::domSize::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 domEllipsoid::domSize::setValue | ( | const domFloat3 & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 40 of file dom/domEllipsoid.h.
void domEllipsoid::domSize::setValue | ( | const domFloat3 & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 58 of file 1.4/dom/domEllipsoid.h.
virtual daeInt domEllipsoid::domSize::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 27 of file dom/domEllipsoid.h.
virtual daeInt domEllipsoid::domSize::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 35 of file 1.4/dom/domEllipsoid.h.
domFloat3 domEllipsoid::domSize::_value [protected] |
The domFloat3 value of the text data of this element.
Definition at line 41 of file 1.4/dom/domEllipsoid.h.