domSphere Class Reference

#include <domSphere.h>

Inheritance diagram for domSphere:
Inheritance graph
[legend]

List of all members.

Classes

class  domRadius

Public Types

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 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

 domSphere (DAE &dae)
 domSphere (DAE &dae)
virtual domSphereoperator= (const domSphere &cpy)
virtual domSphereoperator= (const domSphere &cpy)
virtual ~domSphere ()
virtual ~domSphere ()

Protected Attributes

domExtra_Array elemExtra_array
domRadiusRef elemRadius

Detailed Description

A centered sphere primitive.

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


Member Typedef Documentation

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

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

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

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


Constructor & Destructor Documentation

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

Constructor

Definition at line 122 of file 1.4/dom/domSphere.h.

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

Destructor

Definition at line 126 of file 1.4/dom/domSphere.h.

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

Constructor

Definition at line 114 of file dom/domSphere.h.

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

Destructor

Definition at line 118 of file dom/domSphere.h.


Member Function Documentation

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

Reimplemented from daeElement.

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

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

Reimplemented from daeElement.

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

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

Gets the extra element array.

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

Definition at line 109 of file dom/domSphere.h.

domExtra_Array& domSphere::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 104 of file dom/domSphere.h.

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

Gets the extra element array.

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

Definition at line 117 of file 1.4/dom/domSphere.h.

domExtra_Array& domSphere::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 112 of file 1.4/dom/domSphere.h.

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

Gets the radius element.

Returns:
a daeSmartRef to the radius element.

Definition at line 99 of file dom/domSphere.h.

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

Gets the radius element.

Returns:
a daeSmartRef to the radius element.

Definition at line 107 of file 1.4/dom/domSphere.h.

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

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

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

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

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

Overloaded assignment operator

Definition at line 122 of file dom/domSphere.h.

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

Overloaded assignment operator

Definition at line 130 of file 1.4/dom/domSphere.h.

static DLLSPEC daeMetaElement* domSphere::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* domSphere::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 domSphere::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/domSphere.h.

virtual daeInt domSphere::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/domSphere.h.


Member Data Documentation

The extra element may appear any number of times.

See also:
domExtra

Definition at line 100 of file 1.4/dom/domSphere.h.

A float value that represents the radius of the sphere

See also:
domRadius

Definition at line 96 of file 1.4/dom/domSphere.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