#include <domSurface_curves.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 | |
domSurface_curves (DAE &dae) | |
virtual domSurface_curves & | operator= (const domSurface_curves &cpy) |
virtual | ~domSurface_curves () |
Protected Attributes | |
domCurve_Array | elemCurve_array |
domExtra_Array | elemExtra_array |
This element holds all the pcurves that are needed for the geometrical description of the topological entities edges on the surfaces they lie on.
Definition at line 17 of file domSurface_curves.h.
domSurface_curves::domSurface_curves | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 53 of file domSurface_curves.h.
virtual domSurface_curves::~domSurface_curves | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 57 of file domSurface_curves.h.
static DLLSPEC daeElementRef domSurface_curves::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domCurve_Array& domSurface_curves::getCurve_array | ( | ) | const [inline] |
Gets the curve element array.
Definition at line 38 of file domSurface_curves.h.
domCurve_Array& domSurface_curves::getCurve_array | ( | ) | [inline] |
Gets the curve element array.
Definition at line 33 of file domSurface_curves.h.
virtual COLLADA_TYPE::TypeEnum domSurface_curves::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 20 of file domSurface_curves.h.
const domExtra_Array& domSurface_curves::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 48 of file domSurface_curves.h.
domExtra_Array& domSurface_curves::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 43 of file domSurface_curves.h.
static daeInt domSurface_curves::ID | ( | ) | [inline, static] |
Definition at line 21 of file domSurface_curves.h.
virtual domSurface_curves& domSurface_curves::operator= | ( | const domSurface_curves & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 61 of file domSurface_curves.h.
static DLLSPEC daeMetaElement* domSurface_curves::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_curves::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 22 of file domSurface_curves.h.
domCurve_Array domSurface_curves::elemCurve_array [protected] |
Definition at line 25 of file domSurface_curves.h.
domExtra_Array domSurface_curves::elemExtra_array [protected] |
Definition at line 26 of file domSurface_curves.h.