#include <domTapered_capsule.h>
A tapered capsule primitive that is centered on, and aligned with, the local Y axis.
Definition at line 23 of file domTapered_capsule.h.
Definition at line 33 of file domTapered_capsule.h.
Definition at line 30 of file domTapered_capsule.h.
Definition at line 95 of file domTapered_capsule.h.
Definition at line 92 of file domTapered_capsule.h.
Definition at line 162 of file domTapered_capsule.h.
Definition at line 159 of file domTapered_capsule.h.
domTapered_capsule::domTapered_capsule | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 281 of file domTapered_capsule.h.
virtual domTapered_capsule::~domTapered_capsule | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 285 of file domTapered_capsule.h.
static DLLSPEC daeElementRef domTapered_capsule::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domTapered_capsule::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 26 of file domTapered_capsule.h.
const domExtra_Array& domTapered_capsule::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 276 of file domTapered_capsule.h.
domExtra_Array& domTapered_capsule::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 271 of file domTapered_capsule.h.
const domHeightRef domTapered_capsule::getHeight | ( | ) | const [inline] |
Gets the height element.
Definition at line 256 of file domTapered_capsule.h.
const domRadius1Ref domTapered_capsule::getRadius1 | ( | ) | const [inline] |
Gets the radius1 element.
Definition at line 261 of file domTapered_capsule.h.
const domRadius2Ref domTapered_capsule::getRadius2 | ( | ) | const [inline] |
Gets the radius2 element.
Definition at line 266 of file domTapered_capsule.h.
static daeInt domTapered_capsule::ID | ( | ) | [inline, static] |
Definition at line 27 of file domTapered_capsule.h.
virtual domTapered_capsule& domTapered_capsule::operator= | ( | const domTapered_capsule & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 289 of file domTapered_capsule.h.
static DLLSPEC daeMetaElement* domTapered_capsule::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 domTapered_capsule::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 domTapered_capsule.h.
domExtra_Array domTapered_capsule::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 249 of file domTapered_capsule.h.
domHeightRef domTapered_capsule::elemHeight [protected] |
A float value that represents the length of the line segment connecting the centers of the capping hemispheres.
Definition at line 233 of file domTapered_capsule.h.
domRadius1Ref domTapered_capsule::elemRadius1 [protected] |
Two float values that represent the radii of the tapered capsule at the positive (height/2) Y value.Both ends of the tapered capsule may be elliptical.
Definition at line 239 of file domTapered_capsule.h.
domRadius2Ref domTapered_capsule::elemRadius2 [protected] |
Two float values that represent the radii of the tapered capsule at the negative (height/2) Y value.Both ends of the tapered capsule may be elliptical.
Definition at line 245 of file domTapered_capsule.h.