#include <domBox.h>
An axis-aligned, centered box primitive.
Definition at line 22 of file 1.4/dom/domBox.h.
Definition at line 24 of file dom/domBox.h.
Definition at line 32 of file 1.4/dom/domBox.h.
Definition at line 21 of file dom/domBox.h.
Definition at line 29 of file 1.4/dom/domBox.h.
domBox::domBox | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 127 of file 1.4/dom/domBox.h.
virtual domBox::~domBox | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 131 of file 1.4/dom/domBox.h.
domBox::domBox | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 114 of file dom/domBox.h.
virtual domBox::~domBox | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 118 of file dom/domBox.h.
static DLLSPEC daeElementRef domBox::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domBox::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domBox::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file dom/domBox.h.
virtual COLLADA_TYPE::TypeEnum domBox::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file 1.4/dom/domBox.h.
const domExtra_Array& domBox::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 109 of file dom/domBox.h.
domExtra_Array& domBox::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 104 of file dom/domBox.h.
const domExtra_Array& domBox::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 122 of file 1.4/dom/domBox.h.
domExtra_Array& domBox::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 117 of file 1.4/dom/domBox.h.
const domHalf_extentsRef domBox::getHalf_extents | ( | ) | const [inline] |
Gets the half_extents element.
Definition at line 99 of file dom/domBox.h.
const domHalf_extentsRef domBox::getHalf_extents | ( | ) | const [inline] |
Gets the half_extents element.
Definition at line 112 of file 1.4/dom/domBox.h.
static daeInt domBox::ID | ( | ) | [inline, static] |
Definition at line 18 of file dom/domBox.h.
static daeInt domBox::ID | ( | ) | [inline, static] |
Definition at line 26 of file 1.4/dom/domBox.h.
Overloaded assignment operator
Definition at line 122 of file dom/domBox.h.
Overloaded assignment operator
Definition at line 135 of file 1.4/dom/domBox.h.
static DLLSPEC daeMetaElement* domBox::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::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.
virtual daeInt domBox::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 19 of file dom/domBox.h.
virtual daeInt domBox::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 1.4/dom/domBox.h.
domExtra_Array domBox::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 105 of file 1.4/dom/domBox.h.
domHalf_extentsRef domBox::elemHalf_extents [protected] |
3 float values that represent the extents of the box
Definition at line 101 of file 1.4/dom/domBox.h.