#include <domCurves.h>

Public Member Functions | |
| const domCurve_Array & | getCurve_array () const |
| domCurve_Array & | getCurve_array () |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| const domExtra_Array & | getExtra_array () const |
| domExtra_Array & | getExtra_array () |
| 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 | |
| domCurves (DAE &dae) | |
| virtual domCurves & | operator= (const domCurves &cpy) |
| virtual | ~domCurves () |
Protected Attributes | |
| domCurve_Array | elemCurve_array |
| domExtra_Array | elemExtra_array |
This element holds all the curves that are needed for the geometrical description of the topological entities edges.
Definition at line 16 of file domCurves.h.
| domCurves::domCurves | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 52 of file domCurves.h.
| virtual domCurves::~domCurves | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 56 of file domCurves.h.
| static DLLSPEC daeElementRef domCurves::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| const domCurve_Array& domCurves::getCurve_array | ( | ) | const [inline] |
Gets the curve element array.
Definition at line 37 of file domCurves.h.
| domCurve_Array& domCurves::getCurve_array | ( | ) | [inline] |
Gets the curve element array.
Definition at line 32 of file domCurves.h.
| virtual COLLADA_TYPE::TypeEnum domCurves::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file domCurves.h.
| const domExtra_Array& domCurves::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 47 of file domCurves.h.
| domExtra_Array& domCurves::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 42 of file domCurves.h.
| static daeInt domCurves::ID | ( | ) | [inline, static] |
Definition at line 20 of file domCurves.h.
Overloaded assignment operator
Definition at line 60 of file domCurves.h.
| static DLLSPEC daeMetaElement* domCurves::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 domCurves::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 21 of file domCurves.h.
domCurve_Array domCurves::elemCurve_array [protected] |
Definition at line 24 of file domCurves.h.
domExtra_Array domCurves::elemExtra_array [protected] |
Definition at line 25 of file domCurves.h.