#include <domCylinder.h>
A cylinder primitive that is centered on, and aligned with. the local Y axis.
Definition at line 23 of file 1.4/dom/domCylinder.h.
Definition at line 25 of file dom/domCylinder.h.
Definition at line 33 of file 1.4/dom/domCylinder.h.
Definition at line 22 of file dom/domCylinder.h.
Definition at line 30 of file 1.4/dom/domCylinder.h.
Definition at line 86 of file dom/domCylinder.h.
Definition at line 94 of file 1.4/dom/domCylinder.h.
Definition at line 83 of file dom/domCylinder.h.
Definition at line 91 of file 1.4/dom/domCylinder.h.
domCylinder::domCylinder | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 199 of file 1.4/dom/domCylinder.h.
virtual domCylinder::~domCylinder | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 203 of file 1.4/dom/domCylinder.h.
domCylinder::domCylinder | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 186 of file dom/domCylinder.h.
virtual domCylinder::~domCylinder | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 190 of file dom/domCylinder.h.
static DLLSPEC daeElementRef domCylinder::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domCylinder::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCylinder::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 18 of file dom/domCylinder.h.
virtual COLLADA_TYPE::TypeEnum domCylinder::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 26 of file 1.4/dom/domCylinder.h.
const domExtra_Array& domCylinder::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 181 of file dom/domCylinder.h.
domExtra_Array& domCylinder::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 176 of file dom/domCylinder.h.
const domExtra_Array& domCylinder::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 194 of file 1.4/dom/domCylinder.h.
domExtra_Array& domCylinder::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 189 of file 1.4/dom/domCylinder.h.
const domHeightRef domCylinder::getHeight | ( | ) | const [inline] |
Gets the height element.
Definition at line 166 of file dom/domCylinder.h.
const domHeightRef domCylinder::getHeight | ( | ) | const [inline] |
Gets the height element.
Definition at line 179 of file 1.4/dom/domCylinder.h.
const domRadiusRef domCylinder::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 171 of file dom/domCylinder.h.
const domRadiusRef domCylinder::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 184 of file 1.4/dom/domCylinder.h.
static daeInt domCylinder::ID | ( | ) | [inline, static] |
Definition at line 19 of file dom/domCylinder.h.
static daeInt domCylinder::ID | ( | ) | [inline, static] |
Definition at line 27 of file 1.4/dom/domCylinder.h.
virtual domCylinder& domCylinder::operator= | ( | const domCylinder & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 194 of file dom/domCylinder.h.
virtual domCylinder& domCylinder::operator= | ( | const domCylinder & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 207 of file 1.4/dom/domCylinder.h.
static DLLSPEC daeMetaElement* domCylinder::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* domCylinder::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 domCylinder::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 20 of file dom/domCylinder.h.
virtual daeInt domCylinder::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 28 of file 1.4/dom/domCylinder.h.
domExtra_Array domCylinder::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 172 of file 1.4/dom/domCylinder.h.
domHeightRef domCylinder::elemHeight [protected] |
A float value that represents the length of the cylinder along the Y axis.
Definition at line 164 of file 1.4/dom/domCylinder.h.
domRadiusRef domCylinder::elemRadius [protected] |
float2 values that represent the radii of the cylinder.
Definition at line 168 of file 1.4/dom/domCylinder.h.