#include <domSphere.h>
A centered sphere primitive.
Definition at line 22 of file 1.4/dom/domSphere.h.
Definition at line 24 of file dom/domSphere.h.
Definition at line 32 of file 1.4/dom/domSphere.h.
typedef daeSmartRef<domRadius> domSphere::domRadiusRef |
Definition at line 21 of file dom/domSphere.h.
typedef daeSmartRef<domRadius> domSphere::domRadiusRef |
Definition at line 29 of file 1.4/dom/domSphere.h.
domSphere::domSphere | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 122 of file 1.4/dom/domSphere.h.
virtual domSphere::~domSphere | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 126 of file 1.4/dom/domSphere.h.
domSphere::domSphere | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 114 of file dom/domSphere.h.
virtual domSphere::~domSphere | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 118 of file dom/domSphere.h.
static DLLSPEC daeElementRef domSphere::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domSphere::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domSphere::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file dom/domSphere.h.
virtual COLLADA_TYPE::TypeEnum domSphere::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file 1.4/dom/domSphere.h.
const domExtra_Array& domSphere::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 109 of file dom/domSphere.h.
domExtra_Array& domSphere::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 104 of file dom/domSphere.h.
const domExtra_Array& domSphere::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 117 of file 1.4/dom/domSphere.h.
domExtra_Array& domSphere::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 112 of file 1.4/dom/domSphere.h.
const domRadiusRef domSphere::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 99 of file dom/domSphere.h.
const domRadiusRef domSphere::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 107 of file 1.4/dom/domSphere.h.
static daeInt domSphere::ID | ( | ) | [inline, static] |
Definition at line 18 of file dom/domSphere.h.
static daeInt domSphere::ID | ( | ) | [inline, static] |
Definition at line 26 of file 1.4/dom/domSphere.h.
Overloaded assignment operator
Definition at line 122 of file dom/domSphere.h.
Overloaded assignment operator
Definition at line 130 of file 1.4/dom/domSphere.h.
static DLLSPEC daeMetaElement* domSphere::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* domSphere::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 domSphere::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/domSphere.h.
virtual daeInt domSphere::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/domSphere.h.
domExtra_Array domSphere::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 100 of file 1.4/dom/domSphere.h.
domRadiusRef domSphere::elemRadius [protected] |
A float value that represents the radius of the sphere
Definition at line 96 of file 1.4/dom/domSphere.h.