#include <domSurface.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 | |
| domCylinder (DAE &dae) | |
| virtual domCylinder & | operator= (const domCylinder &cpy) |
| virtual | ~domCylinder () |
Protected Attributes | |
| domExtra_Array | elemExtra_array |
| domRadiusRef | elemRadius |
Definition at line 35 of file domSurface.h.
Definition at line 45 of file domSurface.h.
Definition at line 42 of file domSurface.h.
| domSurface::domCylinder::domCylinder | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 126 of file domSurface.h.
| virtual domSurface::domCylinder::~domCylinder | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 130 of file domSurface.h.
| static DLLSPEC daeElementRef domSurface::domCylinder::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domSurface::domCylinder::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 38 of file domSurface.h.
| const domExtra_Array& domSurface::domCylinder::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 121 of file domSurface.h.
| domExtra_Array& domSurface::domCylinder::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 116 of file domSurface.h.
| const domRadiusRef domSurface::domCylinder::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 111 of file domSurface.h.
| static daeInt domSurface::domCylinder::ID | ( | ) | [inline, static] |
Definition at line 39 of file domSurface.h.
| virtual domCylinder& domSurface::domCylinder::operator= | ( | const domCylinder & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 134 of file domSurface.h.
| static DLLSPEC daeMetaElement* domSurface::domCylinder::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 domSurface::domCylinder::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 40 of file domSurface.h.
Definition at line 104 of file domSurface.h.
domRadiusRef domSurface::domCylinder::elemRadius [protected] |
Definition at line 103 of file domSurface.h.