domSpline Class Reference

#include <domSpline.h>

Inheritance diagram for domSpline:
Inheritance graph
[legend]

List of all members.

Classes

class  domControl_vertices

Public Types

typedef daeTArray
< domControl_verticesRef
domControl_vertices_Array
typedef daeTArray
< domControl_verticesRef
domControl_vertices_Array
typedef daeSmartRef
< domControl_vertices
domControl_verticesRef
typedef daeSmartRef
< domControl_vertices
domControl_verticesRef

Public Member Functions

xsBoolean getClosed () const
domBool getClosed () const
const domControl_verticesRef getControl_vertices () const
const domControl_verticesRef getControl_vertices () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domSource_ArraygetSource_array () const
domSource_ArraygetSource_array ()
const domSource_ArraygetSource_array () const
domSource_ArraygetSource_array ()
void setClosed (xsBoolean atClosed)
void setClosed (domBool atClosed)
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domSpline (DAE &dae)
 domSpline (DAE &dae)
virtual domSplineoperator= (const domSpline &cpy)
virtual domSplineoperator= (const domSpline &cpy)
virtual ~domSpline ()
virtual ~domSpline ()

Protected Attributes

xsBoolean attrClosed
domBool attrClosed
domControl_verticesRef elemControl_vertices
domExtra_Array elemExtra_array
domSource_Array elemSource_array

Detailed Description

The spline element contains control vertex information sufficient to describe basic splines.

Definition at line 25 of file 1.4/dom/domSpline.h.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

static DLLSPEC daeElementRef domSpline::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
static DLLSPEC daeElementRef domSpline::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
xsBoolean domSpline::getClosed (  )  const [inline]

Gets the closed attribute.

Returns:
Returns a xsBoolean of the closed attribute.

Definition at line 124 of file dom/domSpline.h.

domBool domSpline::getClosed (  )  const [inline]

Gets the closed attribute.

Returns:
Returns a domBool of 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.

Returns:
a daeSmartRef to 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.

Returns:
a daeSmartRef to 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.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 155 of file dom/domSpline.h.

domExtra_Array& domSpline::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 150 of file dom/domSpline.h.

const domExtra_Array& domSpline::getExtra_array (  )  const [inline]

Gets the extra element array.

Returns:
Returns a constant reference to the array of extra elements.

Definition at line 163 of file 1.4/dom/domSpline.h.

domExtra_Array& domSpline::getExtra_array (  )  [inline]

Gets the extra element array.

Returns:
Returns a reference to the array of extra elements.

Definition at line 158 of file 1.4/dom/domSpline.h.

const domSource_Array& domSpline::getSource_array (  )  const [inline]

Gets the source element array.

Returns:
Returns a constant reference to the array of source elements.

Definition at line 140 of file dom/domSpline.h.

domSource_Array& domSpline::getSource_array (  )  [inline]

Gets the source element array.

Returns:
Returns a reference to the array of source elements.

Definition at line 135 of file dom/domSpline.h.

const domSource_Array& domSpline::getSource_array (  )  const [inline]

Gets the source element array.

Returns:
Returns a constant reference to the array of source elements.

Definition at line 148 of file 1.4/dom/domSpline.h.

domSource_Array& domSpline::getSource_array (  )  [inline]

Gets the source element array.

Returns:
Returns a reference to the array of source elements.

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.

virtual domSpline& domSpline::operator= ( const domSpline cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 168 of file dom/domSpline.h.

virtual domSpline& domSpline::operator= ( const domSpline cpy  )  [inline, protected, virtual]

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.

Returns:
A daeMetaElement describing this COLLADA element.
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.

Returns:
A daeMetaElement describing this COLLADA element.
void domSpline::setClosed ( xsBoolean  atClosed  )  [inline]

Sets the closed attribute.

Parameters:
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.

Parameters:
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.

Returns:
The element's type 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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 30 of file 1.4/dom/domSpline.h.


Member Data Documentation

Definition at line 102 of file dom/domSpline.h.

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.

See also:
domControl_vertices

Definition at line 121 of file 1.4/dom/domSpline.h.

The extra element may appear any number of times.

See also:
domExtra

Definition at line 125 of file 1.4/dom/domSpline.h.

The mesh element must contain one or more source elements.

See also:
domSource

Definition at line 116 of file 1.4/dom/domSpline.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:31:55 2013