domPlane Class Reference

#include <domPlane.h>

Inheritance diagram for domPlane:
Inheritance graph
[legend]

List of all members.

Classes

class  domEquation

Public Types

typedef daeTArray< domEquationRefdomEquation_Array
typedef daeTArray< domEquationRefdomEquation_Array
typedef daeSmartRef< domEquationdomEquationRef
typedef daeSmartRef< domEquationdomEquationRef

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domEquationRef getEquation () const
const domEquationRef getEquation () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
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

 domPlane (DAE &dae)
 domPlane (DAE &dae)
virtual domPlaneoperator= (const domPlane &cpy)
virtual domPlaneoperator= (const domPlane &cpy)
virtual ~domPlane ()
virtual ~domPlane ()

Protected Attributes

domEquationRef elemEquation
domExtra_Array elemExtra_array

Detailed Description

An infinite plane primitive.

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


Member Typedef Documentation

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

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

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

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


Constructor & Destructor Documentation

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

Constructor

Definition at line 129 of file 1.4/dom/domPlane.h.

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

Destructor

Definition at line 133 of file 1.4/dom/domPlane.h.

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

Constructor

Definition at line 116 of file dom/domPlane.h.

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

Destructor

Definition at line 120 of file dom/domPlane.h.


Member Function Documentation

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

Reimplemented from daeElement.

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

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

Reimplemented from daeElement.

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

const domEquationRef domPlane::getEquation (  )  const [inline]

Gets the equation element.

Returns:
a daeSmartRef to the equation element.

Definition at line 101 of file dom/domPlane.h.

const domEquationRef domPlane::getEquation (  )  const [inline]

Gets the equation element.

Returns:
a daeSmartRef to the equation element.

Definition at line 114 of file 1.4/dom/domPlane.h.

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

Gets the extra element array.

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

Definition at line 111 of file dom/domPlane.h.

domExtra_Array& domPlane::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 106 of file dom/domPlane.h.

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

Gets the extra element array.

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

Definition at line 124 of file 1.4/dom/domPlane.h.

domExtra_Array& domPlane::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 119 of file 1.4/dom/domPlane.h.

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

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

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

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

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

Overloaded assignment operator

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

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

Overloaded assignment operator

Definition at line 137 of file 1.4/dom/domPlane.h.

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

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


Member Data Documentation

4 float values that represent the coefficients for the plane’s equation: Ax + By + Cz + D = 0

See also:
domEquation

4 float values that represent the coefficients for the plane's equation: Ax + By + Cz + D = 0

See also:
domEquation

Definition at line 103 of file 1.4/dom/domPlane.h.

The extra element may appear any number of times.

See also:
domExtra

Definition at line 107 of file 1.4/dom/domPlane.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:43 2013