#include <domEllipse.h>
Classes | |
class | domRadius |
Public Types | |
typedef daeTArray< domRadiusRef > | domRadius_Array |
typedef daeSmartRef< domRadius > | domRadiusRef |
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domExtra_Array & | getExtra_array () const |
domExtra_Array & | getExtra_array () |
const domRadiusRef | getRadius () const |
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 | |
domEllipse (DAE &dae) | |
virtual domEllipse & | operator= (const domEllipse &cpy) |
virtual | ~domEllipse () |
Protected Attributes | |
domExtra_Array | elemExtra_array |
domRadiusRef | elemRadius |
Describes an ellipse in 3D space. An ellipse is defined by its major and minor radii and, as with any conic curve, is positioned in space with a right-handed coordinate system where: - the origin is the center of the ellipse, - the "X Direction" defines the major axis, and
Definition at line 36 of file domEllipse.h.
Definition at line 46 of file domEllipse.h.
typedef daeSmartRef<domRadius> domEllipse::domRadiusRef |
Definition at line 43 of file domEllipse.h.
domEllipse::domEllipse | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 127 of file domEllipse.h.
virtual domEllipse::~domEllipse | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 131 of file domEllipse.h.
static DLLSPEC daeElementRef domEllipse::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domEllipse::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 39 of file domEllipse.h.
const domExtra_Array& domEllipse::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 122 of file domEllipse.h.
domExtra_Array& domEllipse::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 117 of file domEllipse.h.
const domRadiusRef domEllipse::getRadius | ( | ) | const [inline] |
Gets the radius element.
Definition at line 112 of file domEllipse.h.
static daeInt domEllipse::ID | ( | ) | [inline, static] |
Definition at line 40 of file domEllipse.h.
virtual domEllipse& domEllipse::operator= | ( | const domEllipse & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 135 of file domEllipse.h.
static DLLSPEC daeMetaElement* domEllipse::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 domEllipse::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 41 of file domEllipse.h.
domExtra_Array domEllipse::elemExtra_array [protected] |
Definition at line 105 of file domEllipse.h.
domRadiusRef domEllipse::elemRadius [protected] |
Definition at line 104 of file domEllipse.h.