domCylinder Class Reference

#include <domCylinder.h>

Inheritance diagram for domCylinder:
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

 domCylinder (DAE &dae)
 domCylinder (DAE &dae)
virtual domCylinderoperator= (const domCylinder &cpy)
virtual domCylinderoperator= (const domCylinder &cpy)
virtual ~domCylinder ()
virtual ~domCylinder ()

Protected Attributes

domExtra_Array elemExtra_array
domHeightRef elemHeight
domRadiusRef elemRadius

Detailed Description

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

Definition at line 23 of file 1.4/dom/domCylinder.h.


Member Typedef Documentation

Definition at line 25 of file dom/domCylinder.h.

Definition at line 33 of file 1.4/dom/domCylinder.h.

Definition at line 22 of file dom/domCylinder.h.

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

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

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

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

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


Constructor & Destructor Documentation

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

Constructor

Definition at line 199 of file 1.4/dom/domCylinder.h.

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

Destructor

Definition at line 203 of file 1.4/dom/domCylinder.h.

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

Constructor

Definition at line 186 of file dom/domCylinder.h.

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

Destructor

Definition at line 190 of file dom/domCylinder.h.


Member Function Documentation

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

Reimplemented from daeElement.

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

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

Reimplemented from daeElement.

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

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

Gets the extra element array.

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

Definition at line 181 of file dom/domCylinder.h.

domExtra_Array& domCylinder::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 176 of file dom/domCylinder.h.

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

Gets the extra element array.

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

Definition at line 194 of file 1.4/dom/domCylinder.h.

domExtra_Array& domCylinder::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 189 of file 1.4/dom/domCylinder.h.

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

Gets the height element.

Returns:
a daeSmartRef to the height element.

Definition at line 166 of file dom/domCylinder.h.

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

Gets the height element.

Returns:
a daeSmartRef to the height element.

Definition at line 179 of file 1.4/dom/domCylinder.h.

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

Gets the radius element.

Returns:
a daeSmartRef to the radius element.

Definition at line 171 of file dom/domCylinder.h.

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

Gets the radius element.

Returns:
a daeSmartRef to the radius element.

Definition at line 184 of file 1.4/dom/domCylinder.h.

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

Definition at line 19 of file dom/domCylinder.h.

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

Definition at line 27 of file 1.4/dom/domCylinder.h.

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

Overloaded assignment operator

Definition at line 194 of file dom/domCylinder.h.

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

Overloaded assignment operator

Definition at line 207 of file 1.4/dom/domCylinder.h.

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

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


Member Data Documentation

The extra element may appear any number of times.

See also:
domExtra

Definition at line 172 of file 1.4/dom/domCylinder.h.

A float value that represents the length of the cylinder along the Y axis.

See also:
domHeight

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

float2 values that represent the radii of the cylinder.

See also:
domRadius

Definition at line 168 of file 1.4/dom/domCylinder.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:52 2013