#include <domTorus.h>
Classes | |
class | domRadius |
Public Types | |
typedef daeTArray< domRadiusRef > | domRadius_Array |
typedef daeSmartRef< domRadius > | domRadiusRef |
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domExtra_Array & | getExtra_array () const |
domExtra_Array & | getExtra_array () |
const domRadiusRef | getRadius () const |
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 | |
domTorus (DAE &dae) | |
virtual domTorus & | operator= (const domTorus &cpy) |
virtual | ~domTorus () |
Protected Attributes | |
domExtra_Array | elemExtra_array |
domRadiusRef | elemRadius |
Definition at line 11 of file domTorus.h.
Definition at line 21 of file domTorus.h.
typedef daeSmartRef<domRadius> domTorus::domRadiusRef |
Definition at line 18 of file domTorus.h.
domTorus::domTorus | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 102 of file domTorus.h.
virtual domTorus::~domTorus | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 106 of file domTorus.h.
static DLLSPEC daeElementRef domTorus::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domTorus::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domTorus.h.
const domExtra_Array& domTorus::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 97 of file domTorus.h.
domExtra_Array& domTorus::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 92 of file domTorus.h.
const domRadiusRef domTorus::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 87 of file domTorus.h.
static daeInt domTorus::ID | ( | ) | [inline, static] |
Definition at line 15 of file domTorus.h.
Overloaded assignment operator
Definition at line 110 of file domTorus.h.
static DLLSPEC daeMetaElement* domTorus::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 domTorus::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 16 of file domTorus.h.
domExtra_Array domTorus::elemExtra_array [protected] |
Definition at line 80 of file domTorus.h.
domRadiusRef domTorus::elemRadius [protected] |
Definition at line 79 of file domTorus.h.