#include <domBox.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 | |
domHalf_extents (DAE &dae) | |
domHalf_extents (DAE &dae) | |
virtual domHalf_extents & | operator= (const domHalf_extents &cpy) |
virtual domHalf_extents & | operator= (const domHalf_extents &cpy) |
virtual | ~domHalf_extents () |
virtual | ~domHalf_extents () |
Protected Attributes | |
domFloat3 | _value |
3 float values that represent the extents of the box
Definition at line 37 of file 1.4/dom/domBox.h.
domBox::domHalf_extents::domHalf_extents | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 71 of file 1.4/dom/domBox.h.
virtual domBox::domHalf_extents::~domHalf_extents | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 75 of file 1.4/dom/domBox.h.
domBox::domHalf_extents::domHalf_extents | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 58 of file dom/domBox.h.
virtual domBox::domHalf_extents::~domHalf_extents | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 62 of file dom/domBox.h.
static DLLSPEC daeElementRef domBox::domHalf_extents::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domBox::domHalf_extents::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domBox::domHalf_extents::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 32 of file dom/domBox.h.
virtual COLLADA_TYPE::TypeEnum domBox::domHalf_extents::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 40 of file 1.4/dom/domBox.h.
domFloat3& domBox::domHalf_extents::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 42 of file dom/domBox.h.
const domFloat3& domBox::domHalf_extents::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 60 of file 1.4/dom/domBox.h.
domFloat3& domBox::domHalf_extents::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 55 of file 1.4/dom/domBox.h.
static daeInt domBox::domHalf_extents::ID | ( | ) | [inline, static] |
Definition at line 33 of file dom/domBox.h.
static daeInt domBox::domHalf_extents::ID | ( | ) | [inline, static] |
Definition at line 41 of file 1.4/dom/domBox.h.
virtual domHalf_extents& domBox::domHalf_extents::operator= | ( | const domHalf_extents & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 66 of file dom/domBox.h.
virtual domHalf_extents& domBox::domHalf_extents::operator= | ( | const domHalf_extents & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 79 of file 1.4/dom/domBox.h.
static DLLSPEC daeMetaElement* domBox::domHalf_extents::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* domBox::domHalf_extents::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 domBox::domHalf_extents::setValue | ( | const domFloat3 & | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 47 of file dom/domBox.h.
void domBox::domHalf_extents::setValue | ( | const domFloat3 & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 65 of file 1.4/dom/domBox.h.
virtual daeInt domBox::domHalf_extents::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 34 of file dom/domBox.h.
virtual daeInt domBox::domHalf_extents::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 42 of file 1.4/dom/domBox.h.
domFloat3 domBox::domHalf_extents::_value [protected] |
The domFloat3 value of the text data of this element.
Definition at line 48 of file 1.4/dom/domBox.h.