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