domCg_pass::domEvaluate Class Reference

#include <domCg_pass.h>

Inheritance diagram for domCg_pass::domEvaluate:
Inheritance graph
[legend]

List of all members.

Classes

class  domDraw

Public Types

typedef daeTArray< domDrawRefdomDraw_Array
typedef daeSmartRef< domDrawdomDrawRef

Public Member Functions

const domFx_clearcolor_ArraygetColor_clear_array () const
domFx_clearcolor_ArraygetColor_clear_array ()
const domFx_colortarget_ArraygetColor_target_array () const
domFx_colortarget_ArraygetColor_target_array ()
const domFx_cleardepth_ArraygetDepth_clear_array () const
domFx_cleardepth_ArraygetDepth_clear_array ()
const domFx_depthtarget_ArraygetDepth_target_array () const
domFx_depthtarget_ArraygetDepth_target_array ()
const domDrawRef getDraw () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domFx_clearstencil_ArraygetStencil_clear_array () const
domFx_clearstencil_ArraygetStencil_clear_array ()
const domFx_stenciltarget_ArraygetStencil_target_array () const
domFx_stenciltarget_ArraygetStencil_target_array ()
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

 domEvaluate (DAE &dae)
virtual domEvaluateoperator= (const domEvaluate &cpy)
virtual ~domEvaluate ()

Protected Attributes

domFx_clearcolor_Array elemColor_clear_array
domFx_colortarget_Array elemColor_target_array
domFx_cleardepth_Array elemDepth_clear_array
domFx_depthtarget_Array elemDepth_target_array
domDrawRef elemDraw
domFx_clearstencil_Array elemStencil_clear_array
domFx_stenciltarget_Array elemStencil_target_array

Detailed Description

Definition at line 475 of file domCg_pass.h.


Member Typedef Documentation

Definition at line 485 of file domCg_pass.h.

Definition at line 482 of file domCg_pass.h.


Constructor & Destructor Documentation

domCg_pass::domEvaluate::domEvaluate ( DAE dae  )  [inline, protected]

Constructor

Definition at line 621 of file domCg_pass.h.

virtual domCg_pass::domEvaluate::~domEvaluate (  )  [inline, protected, virtual]

Destructor

Definition at line 625 of file domCg_pass.h.


Member Function Documentation

static DLLSPEC daeElementRef domCg_pass::domEvaluate::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 domFx_clearcolor_Array& domCg_pass::domEvaluate::getColor_clear_array (  )  const [inline]

Gets the color_clear element array.

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

Definition at line 591 of file domCg_pass.h.

domFx_clearcolor_Array& domCg_pass::domEvaluate::getColor_clear_array (  )  [inline]

Gets the color_clear element array.

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

Definition at line 586 of file domCg_pass.h.

const domFx_colortarget_Array& domCg_pass::domEvaluate::getColor_target_array (  )  const [inline]

Gets the color_target element array.

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

Definition at line 561 of file domCg_pass.h.

domFx_colortarget_Array& domCg_pass::domEvaluate::getColor_target_array (  )  [inline]

Gets the color_target element array.

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

Definition at line 556 of file domCg_pass.h.

const domFx_cleardepth_Array& domCg_pass::domEvaluate::getDepth_clear_array (  )  const [inline]

Gets the depth_clear element array.

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

Definition at line 601 of file domCg_pass.h.

domFx_cleardepth_Array& domCg_pass::domEvaluate::getDepth_clear_array (  )  [inline]

Gets the depth_clear element array.

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

Definition at line 596 of file domCg_pass.h.

const domFx_depthtarget_Array& domCg_pass::domEvaluate::getDepth_target_array (  )  const [inline]

Gets the depth_target element array.

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

Definition at line 571 of file domCg_pass.h.

domFx_depthtarget_Array& domCg_pass::domEvaluate::getDepth_target_array (  )  [inline]

Gets the depth_target element array.

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

Definition at line 566 of file domCg_pass.h.

const domDrawRef domCg_pass::domEvaluate::getDraw (  )  const [inline]

Gets the draw element.

Returns:
a daeSmartRef to the draw element.

Definition at line 616 of file domCg_pass.h.

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

Reimplemented from daeElement.

Definition at line 478 of file domCg_pass.h.

const domFx_clearstencil_Array& domCg_pass::domEvaluate::getStencil_clear_array (  )  const [inline]

Gets the stencil_clear element array.

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

Definition at line 611 of file domCg_pass.h.

domFx_clearstencil_Array& domCg_pass::domEvaluate::getStencil_clear_array (  )  [inline]

Gets the stencil_clear element array.

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

Definition at line 606 of file domCg_pass.h.

const domFx_stenciltarget_Array& domCg_pass::domEvaluate::getStencil_target_array (  )  const [inline]

Gets the stencil_target element array.

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

Definition at line 581 of file domCg_pass.h.

domFx_stenciltarget_Array& domCg_pass::domEvaluate::getStencil_target_array (  )  [inline]

Gets the stencil_target element array.

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

Definition at line 576 of file domCg_pass.h.

static daeInt domCg_pass::domEvaluate::ID (  )  [inline, static]

Definition at line 479 of file domCg_pass.h.

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

Overloaded assignment operator

Definition at line 629 of file domCg_pass.h.

static DLLSPEC daeMetaElement* domCg_pass::domEvaluate::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 domCg_pass::domEvaluate::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 480 of file domCg_pass.h.


Member Data Documentation

Definition at line 546 of file domCg_pass.h.

Definition at line 543 of file domCg_pass.h.

Definition at line 547 of file domCg_pass.h.

Definition at line 544 of file domCg_pass.h.

Definition at line 549 of file domCg_pass.h.

Definition at line 548 of file domCg_pass.h.

Definition at line 545 of file domCg_pass.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:29:44 2013