domCapsule Class Reference

#include <domCapsule.h>

Inheritance diagram for domCapsule:
Inheritance graph
[legend]

List of all members.

Classes

class  domHeight
class  domRadius

Public Types

typedef daeTArray< domHeightRefdomHeight_Array
typedef daeTArray< domHeightRefdomHeight_Array
typedef daeSmartRef< domHeightdomHeightRef
typedef daeSmartRef< domHeightdomHeightRef
typedef daeTArray< domRadiusRefdomRadius_Array
typedef daeTArray< domRadiusRefdomRadius_Array
typedef daeSmartRef< domRadiusdomRadiusRef
typedef daeSmartRef< domRadiusdomRadiusRef

Public Member Functions

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 domHeightRef getHeight () const
const domHeightRef getHeight () const
const domRadiusRef getRadius () const
const domRadiusRef getRadius () const
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

 domCapsule (DAE &dae)
 domCapsule (DAE &dae)
virtual domCapsuleoperator= (const domCapsule &cpy)
virtual domCapsuleoperator= (const domCapsule &cpy)
virtual ~domCapsule ()
virtual ~domCapsule ()

Protected Attributes

domExtra_Array elemExtra_array
domHeightRef elemHeight
domRadiusRef elemRadius

Detailed Description

A capsule primitive that is centered on and aligned with the local Y axis.

Definition at line 22 of file 1.4/dom/domCapsule.h.


Member Typedef Documentation

Definition at line 24 of file dom/domCapsule.h.

Definition at line 32 of file 1.4/dom/domCapsule.h.

Definition at line 21 of file dom/domCapsule.h.

Definition at line 29 of file 1.4/dom/domCapsule.h.

Definition at line 86 of file dom/domCapsule.h.

Definition at line 94 of file 1.4/dom/domCapsule.h.

Definition at line 83 of file dom/domCapsule.h.

Definition at line 91 of file 1.4/dom/domCapsule.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 200 of file 1.4/dom/domCapsule.h.

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

Destructor

Definition at line 204 of file 1.4/dom/domCapsule.h.

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

Constructor

Definition at line 187 of file dom/domCapsule.h.

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

Destructor

Definition at line 191 of file dom/domCapsule.h.


Member Function Documentation

static DLLSPEC daeElementRef domCapsule::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 domCapsule::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.
virtual COLLADA_TYPE::TypeEnum domCapsule::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 17 of file dom/domCapsule.h.

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

Reimplemented from daeElement.

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

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

Gets the extra element array.

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

Definition at line 182 of file dom/domCapsule.h.

domExtra_Array& domCapsule::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 177 of file dom/domCapsule.h.

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

Gets the extra element array.

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

Definition at line 195 of file 1.4/dom/domCapsule.h.

domExtra_Array& domCapsule::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 190 of file 1.4/dom/domCapsule.h.

const domHeightRef domCapsule::getHeight (  )  const [inline]

Gets the height element.

Returns:
a daeSmartRef to the height element.

Definition at line 167 of file dom/domCapsule.h.

const domHeightRef domCapsule::getHeight (  )  const [inline]

Gets the height element.

Returns:
a daeSmartRef to the height element.

Definition at line 180 of file 1.4/dom/domCapsule.h.

const domRadiusRef domCapsule::getRadius (  )  const [inline]

Gets the radius element.

Returns:
a daeSmartRef to the radius element.

Definition at line 172 of file dom/domCapsule.h.

const domRadiusRef domCapsule::getRadius (  )  const [inline]

Gets the radius element.

Returns:
a daeSmartRef to the radius element.

Definition at line 185 of file 1.4/dom/domCapsule.h.

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

Definition at line 18 of file dom/domCapsule.h.

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

Definition at line 26 of file 1.4/dom/domCapsule.h.

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

Overloaded assignment operator

Definition at line 195 of file dom/domCapsule.h.

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

Overloaded assignment operator

Definition at line 208 of file 1.4/dom/domCapsule.h.

static DLLSPEC daeMetaElement* domCapsule::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* domCapsule::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 domCapsule::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 19 of file dom/domCapsule.h.

virtual daeInt domCapsule::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 27 of file 1.4/dom/domCapsule.h.


Member Data Documentation

The extra element may appear any number of times.

See also:
domExtra

Definition at line 173 of file 1.4/dom/domCapsule.h.

A float value that represents the length of the line segment connecting the centers of the capping hemispheres.

See also:
domHeight

Definition at line 164 of file 1.4/dom/domCapsule.h.

Two float values that represent the radii of the capsule (it may be elliptical)

See also:
domRadius

Three float values that represent the radii of the capsule (it may be elliptical).

See also:
domRadius

Definition at line 169 of file 1.4/dom/domCapsule.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:29:21 2013