domProfile_gles::domTechnique::domPass::domEvaluate Class Reference

#include <domProfile_gles.h>

Inheritance diagram for domProfile_gles::domTechnique::domPass::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 122 of file domProfile_gles.h.


Member Typedef Documentation

Definition at line 132 of file domProfile_gles.h.

Definition at line 129 of file domProfile_gles.h.


Constructor & Destructor Documentation

domProfile_gles::domTechnique::domPass::domEvaluate::domEvaluate ( DAE dae  )  [inline, protected]

Constructor

Definition at line 268 of file domProfile_gles.h.

virtual domProfile_gles::domTechnique::domPass::domEvaluate::~domEvaluate (  )  [inline, protected, virtual]

Destructor

Definition at line 272 of file domProfile_gles.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_gles::domTechnique::domPass::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& domProfile_gles::domTechnique::domPass::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 238 of file domProfile_gles.h.

domFx_clearcolor_Array& domProfile_gles::domTechnique::domPass::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 233 of file domProfile_gles.h.

const domFx_colortarget_Array& domProfile_gles::domTechnique::domPass::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 208 of file domProfile_gles.h.

domFx_colortarget_Array& domProfile_gles::domTechnique::domPass::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 203 of file domProfile_gles.h.

const domFx_cleardepth_Array& domProfile_gles::domTechnique::domPass::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 248 of file domProfile_gles.h.

domFx_cleardepth_Array& domProfile_gles::domTechnique::domPass::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 243 of file domProfile_gles.h.

const domFx_depthtarget_Array& domProfile_gles::domTechnique::domPass::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 218 of file domProfile_gles.h.

domFx_depthtarget_Array& domProfile_gles::domTechnique::domPass::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 213 of file domProfile_gles.h.

const domDrawRef domProfile_gles::domTechnique::domPass::domEvaluate::getDraw (  )  const [inline]

Gets the draw element.

Returns:
a daeSmartRef to the draw element.

Definition at line 263 of file domProfile_gles.h.

virtual COLLADA_TYPE::TypeEnum domProfile_gles::domTechnique::domPass::domEvaluate::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 125 of file domProfile_gles.h.

const domFx_clearstencil_Array& domProfile_gles::domTechnique::domPass::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 258 of file domProfile_gles.h.

domFx_clearstencil_Array& domProfile_gles::domTechnique::domPass::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 253 of file domProfile_gles.h.

const domFx_stenciltarget_Array& domProfile_gles::domTechnique::domPass::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 228 of file domProfile_gles.h.

domFx_stenciltarget_Array& domProfile_gles::domTechnique::domPass::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 223 of file domProfile_gles.h.

static daeInt domProfile_gles::domTechnique::domPass::domEvaluate::ID (  )  [inline, static]

Definition at line 126 of file domProfile_gles.h.

virtual domEvaluate& domProfile_gles::domTechnique::domPass::domEvaluate::operator= ( const domEvaluate cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 276 of file domProfile_gles.h.

static DLLSPEC daeMetaElement* domProfile_gles::domTechnique::domPass::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 domProfile_gles::domTechnique::domPass::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 127 of file domProfile_gles.h.


Member Data Documentation

Definition at line 193 of file domProfile_gles.h.

Definition at line 190 of file domProfile_gles.h.

Definition at line 194 of file domProfile_gles.h.

Definition at line 191 of file domProfile_gles.h.

Definition at line 196 of file domProfile_gles.h.

Definition at line 195 of file domProfile_gles.h.

Definition at line 192 of file domProfile_gles.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:31:48 2013