#include <domCapsule.h>
A capsule primitive that is centered on and aligned with the local Y axis.
Definition at line 22 of file 1.4/dom/domCapsule.h.
Definition at line 24 of file dom/domCapsule.h.
Definition at line 32 of file 1.4/dom/domCapsule.h.
typedef daeSmartRef<domHeight> domCapsule::domHeightRef |
Definition at line 21 of file dom/domCapsule.h.
typedef daeSmartRef<domHeight> domCapsule::domHeightRef |
Definition at line 29 of file 1.4/dom/domCapsule.h.
Definition at line 86 of file dom/domCapsule.h.
Definition at line 94 of file 1.4/dom/domCapsule.h.
typedef daeSmartRef<domRadius> domCapsule::domRadiusRef |
Definition at line 83 of file dom/domCapsule.h.
typedef daeSmartRef<domRadius> domCapsule::domRadiusRef |
Definition at line 91 of file 1.4/dom/domCapsule.h.
domCapsule::domCapsule | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 200 of file 1.4/dom/domCapsule.h.
virtual domCapsule::~domCapsule | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 204 of file 1.4/dom/domCapsule.h.
domCapsule::domCapsule | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 187 of file dom/domCapsule.h.
virtual domCapsule::~domCapsule | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 191 of file dom/domCapsule.h.
static DLLSPEC daeElementRef domCapsule::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domCapsule::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCapsule::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 17 of file dom/domCapsule.h.
virtual COLLADA_TYPE::TypeEnum domCapsule::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file 1.4/dom/domCapsule.h.
const domExtra_Array& domCapsule::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 182 of file dom/domCapsule.h.
domExtra_Array& domCapsule::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 177 of file dom/domCapsule.h.
const domExtra_Array& domCapsule::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 195 of file 1.4/dom/domCapsule.h.
domExtra_Array& domCapsule::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 190 of file 1.4/dom/domCapsule.h.
const domHeightRef domCapsule::getHeight | ( | ) | const [inline] |
Gets the height element.
Definition at line 167 of file dom/domCapsule.h.
const domHeightRef domCapsule::getHeight | ( | ) | const [inline] |
Gets the height element.
Definition at line 180 of file 1.4/dom/domCapsule.h.
const domRadiusRef domCapsule::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 172 of file dom/domCapsule.h.
const domRadiusRef domCapsule::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 185 of file 1.4/dom/domCapsule.h.
static daeInt domCapsule::ID | ( | ) | [inline, static] |
Definition at line 18 of file dom/domCapsule.h.
static daeInt domCapsule::ID | ( | ) | [inline, static] |
Definition at line 26 of file 1.4/dom/domCapsule.h.
virtual domCapsule& domCapsule::operator= | ( | const domCapsule & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 195 of file dom/domCapsule.h.
virtual domCapsule& domCapsule::operator= | ( | const domCapsule & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 208 of file 1.4/dom/domCapsule.h.
static DLLSPEC daeMetaElement* domCapsule::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* domCapsule::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 domCapsule::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/domCapsule.h.
virtual daeInt domCapsule::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/domCapsule.h.
domExtra_Array domCapsule::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 173 of file 1.4/dom/domCapsule.h.
domHeightRef domCapsule::elemHeight [protected] |
A float value that represents the length of the line segment connecting the centers of the capping hemispheres.
Definition at line 164 of file 1.4/dom/domCapsule.h.
domRadiusRef domCapsule::elemRadius [protected] |
Two float values that represent the radii of the capsule (it may be elliptical)
Three float values that represent the radii of the capsule (it may be elliptical).
Definition at line 169 of file 1.4/dom/domCapsule.h.