#include <domTapered_cylinder.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domFloat2 & | getValue () const |
domFloat2 & | getValue () |
void | setValue (const domFloat2 &val) |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domRadius2 (DAE &dae) | |
virtual domRadius2 & | operator= (const domRadius2 &cpy) |
virtual | ~domRadius2 () |
Protected Attributes | |
domFloat2 | _value |
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 168 of file domTapered_cylinder.h.
domTapered_cylinder::domRadius2::domRadius2 | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 202 of file domTapered_cylinder.h.
virtual domTapered_cylinder::domRadius2::~domRadius2 | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 206 of file domTapered_cylinder.h.
static DLLSPEC daeElementRef domTapered_cylinder::domRadius2::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domTapered_cylinder::domRadius2::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 171 of file domTapered_cylinder.h.
const domFloat2& domTapered_cylinder::domRadius2::getValue | ( | ) | const [inline] |
Gets the _value array.
Definition at line 191 of file domTapered_cylinder.h.
domFloat2& domTapered_cylinder::domRadius2::getValue | ( | ) | [inline] |
Gets the _value array.
Definition at line 186 of file domTapered_cylinder.h.
static daeInt domTapered_cylinder::domRadius2::ID | ( | ) | [inline, static] |
Definition at line 172 of file domTapered_cylinder.h.
virtual domRadius2& domTapered_cylinder::domRadius2::operator= | ( | const domRadius2 & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 210 of file domTapered_cylinder.h.
static DLLSPEC daeMetaElement* domTapered_cylinder::domRadius2::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.
void domTapered_cylinder::domRadius2::setValue | ( | const domFloat2 & | val | ) | [inline] |
Sets the _value array.
val | The new value for the _value array. |
Definition at line 196 of file domTapered_cylinder.h.
virtual daeInt domTapered_cylinder::domRadius2::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 173 of file domTapered_cylinder.h.
domFloat2 domTapered_cylinder::domRadius2::_value [protected] |
The domFloat2 value of the text data of this element.
Definition at line 179 of file domTapered_cylinder.h.