domProfile_CG::domTechnique::domPass Class Reference

#include <domProfile_CG.h>

Inheritance diagram for domProfile_CG::domTechnique::domPass:
Inheritance graph
[legend]

List of all members.

Classes

class  domDraw
class  domShader

Public Types

typedef daeTArray< domDrawRefdomDraw_Array
typedef daeSmartRef< domDrawdomDrawRef
typedef daeTArray< domShaderRefdomShader_Array
typedef daeSmartRef< domShaderdomShaderRef

Public Member Functions

const domFx_annotate_common_ArraygetAnnotate_array () const
domFx_annotate_common_ArraygetAnnotate_array ()
const
domFx_clearcolor_common_Array
getColor_clear_array () const
domFx_clearcolor_common_ArraygetColor_clear_array ()
const
domFx_colortarget_common_Array
getColor_target_array () const
domFx_colortarget_common_ArraygetColor_target_array ()
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
const
domFx_cleardepth_common_Array
getDepth_clear_array () const
domFx_cleardepth_common_ArraygetDepth_clear_array ()
const
domFx_depthtarget_common_Array
getDepth_target_array () const
domFx_depthtarget_common_ArraygetDepth_target_array ()
const domDrawRef getDraw () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const
domGl_pipeline_settings_Array
getGl_pipeline_settings_array () const
domGl_pipeline_settings_ArraygetGl_pipeline_settings_array ()
const domShader_ArraygetShader_array () const
domShader_ArraygetShader_array ()
xsNCName getSid () const
const
domFx_clearstencil_common_Array
getStencil_clear_array () const
domFx_clearstencil_common_ArraygetStencil_clear_array ()
const
domFx_stenciltarget_common_Array
getStencil_target_array () const
domFx_stenciltarget_common_ArraygetStencil_target_array ()
void setSid (xsNCName atSid)
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

 domPass (DAE &dae)
virtual domPassoperator= (const domPass &cpy)
virtual ~domPass ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsNCName attrSid
domFx_annotate_common_Array elemAnnotate_array
domFx_clearcolor_common_Array elemColor_clear_array
domFx_colortarget_common_Array elemColor_target_array
domFx_cleardepth_common_Array elemDepth_clear_array
domFx_depthtarget_common_Array elemDepth_target_array
domDrawRef elemDraw
domExtra_Array elemExtra_array
domGl_pipeline_settings_Array elemGl_pipeline_settings_array
domShader_Array elemShader_array
domFx_clearstencil_common_Array elemStencil_clear_array
domFx_stenciltarget_common_Array elemStencil_target_array

Detailed Description

A static declaration of all the render states, shaders, and settings for one rendering pipeline.

Definition at line 70 of file domProfile_CG.h.


Member Typedef Documentation

Definition at line 80 of file domProfile_CG.h.

Definition at line 77 of file domProfile_CG.h.

Definition at line 138 of file domProfile_CG.h.

Definition at line 135 of file domProfile_CG.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 780 of file domProfile_CG.h.

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

Destructor

Definition at line 784 of file domProfile_CG.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_CG::domTechnique::domPass::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_annotate_common_Array& domProfile_CG::domTechnique::domPass::getAnnotate_array (  )  const [inline]

Gets the annotate element array.

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

Definition at line 669 of file domProfile_CG.h.

domFx_annotate_common_Array& domProfile_CG::domTechnique::domPass::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Definition at line 664 of file domProfile_CG.h.

const domFx_clearcolor_common_Array& domProfile_CG::domTechnique::domPass::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 709 of file domProfile_CG.h.

domFx_clearcolor_common_Array& domProfile_CG::domTechnique::domPass::getColor_clear_array (  )  [inline]

Gets the color_clear element array.

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

Definition at line 704 of file domProfile_CG.h.

const domFx_colortarget_common_Array& domProfile_CG::domTechnique::domPass::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 679 of file domProfile_CG.h.

domFx_colortarget_common_Array& domProfile_CG::domTechnique::domPass::getColor_target_array (  )  [inline]

Gets the color_target element array.

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

Definition at line 674 of file domProfile_CG.h.

const daeElementRefArray& domProfile_CG::domTechnique::domPass::getContents (  )  const [inline]

Gets the _contents array.

Returns:
Returns a constant reference to the _contents element array.

Definition at line 774 of file domProfile_CG.h.

daeElementRefArray& domProfile_CG::domTechnique::domPass::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 769 of file domProfile_CG.h.

const domFx_cleardepth_common_Array& domProfile_CG::domTechnique::domPass::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 719 of file domProfile_CG.h.

domFx_cleardepth_common_Array& domProfile_CG::domTechnique::domPass::getDepth_clear_array (  )  [inline]

Gets the depth_clear element array.

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

Definition at line 714 of file domProfile_CG.h.

const domFx_depthtarget_common_Array& domProfile_CG::domTechnique::domPass::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 689 of file domProfile_CG.h.

domFx_depthtarget_common_Array& domProfile_CG::domTechnique::domPass::getDepth_target_array (  )  [inline]

Gets the depth_target element array.

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

Definition at line 684 of file domProfile_CG.h.

const domDrawRef domProfile_CG::domTechnique::domPass::getDraw (  )  const [inline]

Gets the draw element.

Returns:
a daeSmartRef to the draw element.

Definition at line 734 of file domProfile_CG.h.

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

Reimplemented from daeElement.

Definition at line 73 of file domProfile_CG.h.

const domExtra_Array& domProfile_CG::domTechnique::domPass::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Definition at line 764 of file domProfile_CG.h.

domExtra_Array& domProfile_CG::domTechnique::domPass::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 759 of file domProfile_CG.h.

const domGl_pipeline_settings_Array& domProfile_CG::domTechnique::domPass::getGl_pipeline_settings_array (  )  const [inline]

Gets the gl_pipeline_settings element array.

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

Definition at line 744 of file domProfile_CG.h.

domGl_pipeline_settings_Array& domProfile_CG::domTechnique::domPass::getGl_pipeline_settings_array (  )  [inline]

Gets the gl_pipeline_settings element array.

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

Definition at line 739 of file domProfile_CG.h.

const domShader_Array& domProfile_CG::domTechnique::domPass::getShader_array (  )  const [inline]

Gets the shader element array.

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

Definition at line 754 of file domProfile_CG.h.

domShader_Array& domProfile_CG::domTechnique::domPass::getShader_array (  )  [inline]

Gets the shader element array.

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

Definition at line 749 of file domProfile_CG.h.

xsNCName domProfile_CG::domTechnique::domPass::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Definition at line 653 of file domProfile_CG.h.

const domFx_clearstencil_common_Array& domProfile_CG::domTechnique::domPass::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 729 of file domProfile_CG.h.

domFx_clearstencil_common_Array& domProfile_CG::domTechnique::domPass::getStencil_clear_array (  )  [inline]

Gets the stencil_clear element array.

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

Definition at line 724 of file domProfile_CG.h.

const domFx_stenciltarget_common_Array& domProfile_CG::domTechnique::domPass::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 699 of file domProfile_CG.h.

domFx_stenciltarget_common_Array& domProfile_CG::domTechnique::domPass::getStencil_target_array (  )  [inline]

Gets the stencil_target element array.

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

Definition at line 694 of file domProfile_CG.h.

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

Definition at line 74 of file domProfile_CG.h.

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

Overloaded assignment operator

Definition at line 788 of file domProfile_CG.h.

static DLLSPEC daeMetaElement* domProfile_CG::domTechnique::domPass::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.
void domProfile_CG::domTechnique::domPass::setSid ( xsNCName  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 658 of file domProfile_CG.h.

virtual daeInt domProfile_CG::domTechnique::domPass::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 75 of file domProfile_CG.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 645 of file domProfile_CG.h.

Used to preserve order in elements that do not specify strict sequencing of sub-elements.

Definition at line 636 of file domProfile_CG.h.

Used to preserve order in elements that have a complex content model.

Definition at line 640 of file domProfile_CG.h.

The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.

Definition at line 615 of file domProfile_CG.h.

Definition at line 618 of file domProfile_CG.h.

Definition at line 622 of file domProfile_CG.h.

Definition at line 619 of file domProfile_CG.h.

Definition at line 623 of file domProfile_CG.h.

Definition at line 620 of file domProfile_CG.h.

Definition at line 625 of file domProfile_CG.h.

Definition at line 632 of file domProfile_CG.h.

Definition at line 626 of file domProfile_CG.h.

Declare and prepare a shader for execution in the rendering pipeline of a pass.

See also:
domShader

Definition at line 631 of file domProfile_CG.h.

Definition at line 624 of file domProfile_CG.h.

Definition at line 621 of file domProfile_CG.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:44 2013