domSwept_surface Class Reference

#include <domSwept_surface.h>

Inheritance diagram for domSwept_surface:
Inheritance graph
[legend]

List of all members.

Classes

class  domAxis
class  domDirection
class  domOrigin

Public Types

typedef daeTArray< domAxisRefdomAxis_Array
typedef daeSmartRef< domAxisdomAxisRef
typedef daeTArray
< domDirectionRef
domDirection_Array
typedef daeSmartRef< domDirectiondomDirectionRef
typedef daeTArray< domOriginRefdomOrigin_Array
typedef daeSmartRef< domOrigindomOriginRef

Public Member Functions

const domAxisRef getAxis () const
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
const domCurveRef getCurve () const
const domDirectionRef getDirection () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domOriginRef getOrigin () const
virtual daeInt typeID () const

Static Public Member Functions

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

Protected Member Functions

 domSwept_surface (DAE &dae)
virtual domSwept_surfaceoperator= (const domSwept_surface &cpy)
virtual ~domSwept_surface ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
domAxisRef elemAxis
domCurveRef elemCurve
domDirectionRef elemDirection
domExtra_Array elemExtra_array
domOriginRef elemOrigin

Detailed Description

Describes a surface of linear extrusion ("extruded surface"), e.g. a generalized cylinder. Such a surface is obtained by sweeping a curve (called the "extruded curve" or "basis") in a given direction (referred to as the "direction of extrusion" and defined by a unit vector). The u parameter is along the extruded curve. The v parameter is along the direction of extrusion. The parameter range for the u parameter is defined by the reference curve. The parameter range for the v parameter is ] - infinity, + infinity [. The position of the curve gives the origin of the v parameter. The form of a surface of linear extrusion is generally a ruled surface. It can be: - a cylindrical surface, if the extruded curve is a circle, or a trimmed circle, with an axis parallel to the direction of extrusion, or - a planar surface, if the extruded curve is a line.

Definition at line 27 of file domSwept_surface.h.


Member Typedef Documentation

Definition at line 153 of file domSwept_surface.h.

Definition at line 150 of file domSwept_surface.h.

Definition at line 37 of file domSwept_surface.h.

Definition at line 34 of file domSwept_surface.h.

Definition at line 95 of file domSwept_surface.h.

Definition at line 92 of file domSwept_surface.h.


Constructor & Destructor Documentation

domSwept_surface::domSwept_surface ( DAE dae  )  [inline, protected]

Constructor

Definition at line 277 of file domSwept_surface.h.

virtual domSwept_surface::~domSwept_surface (  )  [inline, protected, virtual]

Destructor

Definition at line 281 of file domSwept_surface.h.


Member Function Documentation

static DLLSPEC daeElementRef domSwept_surface::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.
const domAxisRef domSwept_surface::getAxis (  )  const [inline]

Gets the axis element.

Returns:
a daeSmartRef to the axis element.

Definition at line 251 of file domSwept_surface.h.

const daeElementRefArray& domSwept_surface::getContents (  )  const [inline]

Gets the _contents array.

Returns:
Returns a constant reference to the _contents element array.

Definition at line 271 of file domSwept_surface.h.

daeElementRefArray& domSwept_surface::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 266 of file domSwept_surface.h.

const domCurveRef domSwept_surface::getCurve (  )  const [inline]

Gets the curve element.

Returns:
a daeSmartRef to the curve element.

Definition at line 236 of file domSwept_surface.h.

const domDirectionRef domSwept_surface::getDirection (  )  const [inline]

Gets the direction element.

Returns:
a daeSmartRef to the direction element.

Definition at line 241 of file domSwept_surface.h.

virtual COLLADA_TYPE::TypeEnum domSwept_surface::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 30 of file domSwept_surface.h.

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

Gets the extra element array.

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

Definition at line 261 of file domSwept_surface.h.

domExtra_Array& domSwept_surface::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 256 of file domSwept_surface.h.

const domOriginRef domSwept_surface::getOrigin (  )  const [inline]

Gets the origin element.

Returns:
a daeSmartRef to the origin element.

Definition at line 246 of file domSwept_surface.h.

static daeInt domSwept_surface::ID (  )  [inline, static]

Definition at line 31 of file domSwept_surface.h.

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

Overloaded assignment operator

Definition at line 285 of file domSwept_surface.h.

static DLLSPEC daeMetaElement* domSwept_surface::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.
virtual daeInt domSwept_surface::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 32 of file domSwept_surface.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 228 of file domSwept_surface.h.

Used to preserve order in elements that do not specify strict sequencing of sub-elements.

Definition at line 219 of file domSwept_surface.h.

Used to preserve order in elements that have a complex content model.

Definition at line 223 of file domSwept_surface.h.

Definition at line 214 of file domSwept_surface.h.

Definition at line 211 of file domSwept_surface.h.

Definition at line 212 of file domSwept_surface.h.

Definition at line 215 of file domSwept_surface.h.

Definition at line 213 of file domSwept_surface.h.


The documentation for this class was generated from the following file:
 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:56 2013