#include <domSpline.h>
The spline element contains control vertex information sufficient to describe basic splines.
Definition at line 25 of file 1.4/dom/domSpline.h.
Definition at line 27 of file dom/domSpline.h.
Definition at line 35 of file 1.4/dom/domSpline.h.
Definition at line 24 of file dom/domSpline.h.
Definition at line 32 of file 1.4/dom/domSpline.h.
domSpline::domSpline | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 168 of file 1.4/dom/domSpline.h.
virtual domSpline::~domSpline | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 172 of file 1.4/dom/domSpline.h.
domSpline::domSpline | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 160 of file dom/domSpline.h.
virtual domSpline::~domSpline | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 164 of file dom/domSpline.h.
static DLLSPEC daeElementRef domSpline::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domSpline::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
xsBoolean domSpline::getClosed | ( | ) | const [inline] |
Gets the closed attribute.
Definition at line 124 of file dom/domSpline.h.
domBool domSpline::getClosed | ( | ) | const [inline] |
Gets the closed attribute.
Definition at line 132 of file 1.4/dom/domSpline.h.
const domControl_verticesRef domSpline::getControl_vertices | ( | ) | const [inline] |
Gets the control_vertices element.
Definition at line 145 of file dom/domSpline.h.
const domControl_verticesRef domSpline::getControl_vertices | ( | ) | const [inline] |
Gets the control_vertices element.
Definition at line 153 of file 1.4/dom/domSpline.h.
virtual COLLADA_TYPE::TypeEnum domSpline::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 20 of file dom/domSpline.h.
virtual COLLADA_TYPE::TypeEnum domSpline::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 28 of file 1.4/dom/domSpline.h.
const domExtra_Array& domSpline::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 155 of file dom/domSpline.h.
domExtra_Array& domSpline::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 150 of file dom/domSpline.h.
const domExtra_Array& domSpline::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 163 of file 1.4/dom/domSpline.h.
domExtra_Array& domSpline::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 158 of file 1.4/dom/domSpline.h.
const domSource_Array& domSpline::getSource_array | ( | ) | const [inline] |
Gets the source element array.
Definition at line 140 of file dom/domSpline.h.
domSource_Array& domSpline::getSource_array | ( | ) | [inline] |
Gets the source element array.
Definition at line 135 of file dom/domSpline.h.
const domSource_Array& domSpline::getSource_array | ( | ) | const [inline] |
Gets the source element array.
Definition at line 148 of file 1.4/dom/domSpline.h.
domSource_Array& domSpline::getSource_array | ( | ) | [inline] |
Gets the source element array.
Definition at line 143 of file 1.4/dom/domSpline.h.
static daeInt domSpline::ID | ( | ) | [inline, static] |
Definition at line 21 of file dom/domSpline.h.
static daeInt domSpline::ID | ( | ) | [inline, static] |
Definition at line 29 of file 1.4/dom/domSpline.h.
Overloaded assignment operator
Definition at line 168 of file dom/domSpline.h.
Overloaded assignment operator
Definition at line 176 of file 1.4/dom/domSpline.h.
static DLLSPEC daeMetaElement* domSpline::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.
static DLLSPEC daeMetaElement* domSpline::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 domSpline::setClosed | ( | xsBoolean | atClosed | ) | [inline] |
Sets the closed attribute.
atClosed | The new value for the closed attribute. |
Definition at line 129 of file dom/domSpline.h.
void domSpline::setClosed | ( | domBool | atClosed | ) | [inline] |
Sets the closed attribute.
atClosed | The new value for the closed attribute. |
Definition at line 137 of file 1.4/dom/domSpline.h.
virtual daeInt domSpline::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 dom/domSpline.h.
virtual daeInt domSpline::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 30 of file 1.4/dom/domSpline.h.
xsBoolean domSpline::attrClosed [protected] |
Definition at line 102 of file dom/domSpline.h.
domBool domSpline::attrClosed [protected] |
Definition at line 110 of file 1.4/dom/domSpline.h.
The control vertices element must occur exactly one time. It is used to describe the CVs of the spline.
Definition at line 121 of file 1.4/dom/domSpline.h.
domExtra_Array domSpline::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 125 of file 1.4/dom/domSpline.h.
domSource_Array domSpline::elemSource_array [protected] |
The mesh element must contain one or more source elements.
Definition at line 116 of file 1.4/dom/domSpline.h.