#include <domNurbs.h>
Definition at line 13 of file domNurbs.h.
Definition at line 23 of file domNurbs.h.
Definition at line 20 of file domNurbs.h.
domNurbs::domNurbs | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 162 of file domNurbs.h.
virtual domNurbs::~domNurbs | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 166 of file domNurbs.h.
static DLLSPEC daeElementRef domNurbs::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
xsBoolean domNurbs::getClosed | ( | ) | const [inline] |
Gets the closed attribute.
Definition at line 126 of file domNurbs.h.
const domControl_verticesRef domNurbs::getControl_vertices | ( | ) | const [inline] |
Gets the control_vertices element.
Definition at line 147 of file domNurbs.h.
domUint domNurbs::getDegree | ( | ) | const [inline] |
Gets the degree attribute.
Definition at line 115 of file domNurbs.h.
virtual COLLADA_TYPE::TypeEnum domNurbs::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 16 of file domNurbs.h.
const domExtra_Array& domNurbs::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 157 of file domNurbs.h.
domExtra_Array& domNurbs::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 152 of file domNurbs.h.
const domSource_Array& domNurbs::getSource_array | ( | ) | const [inline] |
Gets the source element array.
Definition at line 142 of file domNurbs.h.
domSource_Array& domNurbs::getSource_array | ( | ) | [inline] |
Gets the source element array.
Definition at line 137 of file domNurbs.h.
static daeInt domNurbs::ID | ( | ) | [inline, static] |
Definition at line 17 of file domNurbs.h.
Overloaded assignment operator
Definition at line 170 of file domNurbs.h.
static DLLSPEC daeMetaElement* domNurbs::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 domNurbs::setClosed | ( | xsBoolean | atClosed | ) | [inline] |
Sets the closed attribute.
atClosed | The new value for the closed attribute. |
Definition at line 131 of file domNurbs.h.
void domNurbs::setDegree | ( | domUint | atDegree | ) | [inline] |
Sets the degree attribute.
atDegree | The new value for the degree attribute. |
Definition at line 120 of file domNurbs.h.
virtual daeInt domNurbs::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 18 of file domNurbs.h.
xsBoolean domNurbs::attrClosed [protected] |
Definition at line 99 of file domNurbs.h.
domUint domNurbs::attrDegree [protected] |
Definition at line 98 of file domNurbs.h.
domControl_verticesRef domNurbs::elemControl_vertices [protected] |
The control vertices element must occur exactly one time. It is used to describe the CVs of the spline.
Definition at line 107 of file domNurbs.h.
domExtra_Array domNurbs::elemExtra_array [protected] |
Definition at line 108 of file domNurbs.h.
domSource_Array domNurbs::elemSource_array [protected] |
Definition at line 102 of file domNurbs.h.