#include <domCurve.h>
A curveType defines the attributes of a curve element. With rotate and translate the surface can be positioned to its right location.
Definition at line 22 of file domCurve.h.
domCurve::domCurve | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 145 of file domCurve.h.
virtual domCurve::~domCurve | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 149 of file domCurve.h.
static DLLSPEC daeElementRef domCurve::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domCircleRef domCurve::getCircle | ( | ) | const [inline] |
Gets the circle element.
Definition at line 94 of file domCurve.h.
const daeElementRefArray& domCurve::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 139 of file domCurve.h.
daeElementRefArray& domCurve::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 134 of file domCurve.h.
virtual COLLADA_TYPE::TypeEnum domCurve::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 25 of file domCurve.h.
const domEllipseRef domCurve::getEllipse | ( | ) | const [inline] |
Gets the ellipse element.
Definition at line 99 of file domCurve.h.
const domHyperbolaRef domCurve::getHyperbola | ( | ) | const [inline] |
Gets the hyperbola element.
Definition at line 109 of file domCurve.h.
const domLineRef domCurve::getLine | ( | ) | const [inline] |
Gets the line element.
Definition at line 89 of file domCurve.h.
xsToken domCurve::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 78 of file domCurve.h.
const domNurbsRef domCurve::getNurbs | ( | ) | const [inline] |
Gets the nurbs element.
Definition at line 114 of file domCurve.h.
const domOrient_Array& domCurve::getOrient_array | ( | ) | const [inline] |
Gets the orient element array.
Definition at line 124 of file domCurve.h.
domOrient_Array& domCurve::getOrient_array | ( | ) | [inline] |
Gets the orient element array.
Definition at line 119 of file domCurve.h.
const domOriginRef domCurve::getOrigin | ( | ) | const [inline] |
Gets the origin element.
Definition at line 129 of file domCurve.h.
const domParabolaRef domCurve::getParabola | ( | ) | const [inline] |
Gets the parabola element.
Definition at line 104 of file domCurve.h.
domSid domCurve::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 67 of file domCurve.h.
static daeInt domCurve::ID | ( | ) | [inline, static] |
Definition at line 26 of file domCurve.h.
Overloaded assignment operator
Definition at line 153 of file domCurve.h.
static DLLSPEC daeMetaElement* domCurve::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 domCurve::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 83 of file domCurve.h.
void domCurve::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 72 of file domCurve.h.
virtual daeInt domCurve::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 27 of file domCurve.h.
daeTArray< daeCharArray * > domCurve::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 59 of file domCurve.h.
daeElementRefArray domCurve::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 50 of file domCurve.h.
daeUIntArray domCurve::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 54 of file domCurve.h.
xsToken domCurve::attrName [protected] |
The name of a curve.
Definition at line 36 of file domCurve.h.
domSid domCurve::attrSid [protected] |
The id of a curve.
Definition at line 32 of file domCurve.h.
domCircleRef domCurve::elemCircle [protected] |
Definition at line 40 of file domCurve.h.
domEllipseRef domCurve::elemEllipse [protected] |
Definition at line 41 of file domCurve.h.
domHyperbolaRef domCurve::elemHyperbola [protected] |
Definition at line 43 of file domCurve.h.
domLineRef domCurve::elemLine [protected] |
Definition at line 39 of file domCurve.h.
domNurbsRef domCurve::elemNurbs [protected] |
Definition at line 44 of file domCurve.h.
domOrient_Array domCurve::elemOrient_array [protected] |
Definition at line 45 of file domCurve.h.
domOriginRef domCurve::elemOrigin [protected] |
Definition at line 46 of file domCurve.h.
domParabolaRef domCurve::elemParabola [protected] |
Definition at line 42 of file domCurve.h.