domProfile_GLES::domTechnique::domPass Class Reference

#include <domProfile_GLES.h>

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

List of all members.

Classes

class  domColor_clear
class  domColor_target
class  domDepth_clear
class  domDepth_target
class  domDraw
class  domStencil_clear
class  domStencil_target

Public Types

typedef daeTArray
< domColor_clearRef
domColor_clear_Array
typedef daeSmartRef
< domColor_clear
domColor_clearRef
typedef daeTArray
< domColor_targetRef
domColor_target_Array
typedef daeSmartRef
< domColor_target
domColor_targetRef
typedef daeTArray
< domDepth_clearRef
domDepth_clear_Array
typedef daeSmartRef
< domDepth_clear
domDepth_clearRef
typedef daeTArray
< domDepth_targetRef
domDepth_target_Array
typedef daeSmartRef
< domDepth_target
domDepth_targetRef
typedef daeTArray< domDrawRefdomDraw_Array
typedef daeSmartRef< domDrawdomDrawRef
typedef daeTArray
< domStencil_clearRef
domStencil_clear_Array
typedef daeSmartRef
< domStencil_clear
domStencil_clearRef
typedef daeTArray
< domStencil_targetRef
domStencil_target_Array
typedef daeSmartRef
< domStencil_target
domStencil_targetRef

Public Member Functions

const domFx_annotate_common_ArraygetAnnotate_array () const
domFx_annotate_common_ArraygetAnnotate_array ()
const domColor_clearRef getColor_clear () const
const domColor_targetRef getColor_target () const
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
const domDepth_clearRef getDepth_clear () const
const domDepth_targetRef getDepth_target () const
const domDrawRef getDraw () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
const
domGles_pipeline_settings_Array
getGles_pipeline_settings_array () const
domGles_pipeline_settings_ArraygetGles_pipeline_settings_array ()
xsNCName getSid () const
const domStencil_clearRef getStencil_clear () const
const domStencil_targetRef getStencil_target () const
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
domColor_clearRef elemColor_clear
domColor_targetRef elemColor_target
domDepth_clearRef elemDepth_clear
domDepth_targetRef elemDepth_target
domDrawRef elemDraw
domExtra_Array elemExtra_array
domGles_pipeline_settings_Array elemGles_pipeline_settings_array
domStencil_clearRef elemStencil_clear
domStencil_targetRef elemStencil_target

Detailed Description

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

Definition at line 134 of file domProfile_GLES.h.


Member Typedef Documentation

Definition at line 318 of file domProfile_GLES.h.

Definition at line 315 of file domProfile_GLES.h.

Definition at line 144 of file domProfile_GLES.h.

Definition at line 141 of file domProfile_GLES.h.

Definition at line 381 of file domProfile_GLES.h.

Definition at line 378 of file domProfile_GLES.h.

Definition at line 202 of file domProfile_GLES.h.

Definition at line 199 of file domProfile_GLES.h.

Definition at line 497 of file domProfile_GLES.h.

Definition at line 494 of file domProfile_GLES.h.

Definition at line 439 of file domProfile_GLES.h.

Definition at line 436 of file domProfile_GLES.h.

Definition at line 260 of file domProfile_GLES.h.

Definition at line 257 of file domProfile_GLES.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 679 of file domProfile_GLES.h.

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

Destructor

Definition at line 683 of file domProfile_GLES.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_GLES::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_GLES::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 608 of file domProfile_GLES.h.

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

Gets the annotate element array.

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

Definition at line 603 of file domProfile_GLES.h.

const domColor_clearRef domProfile_GLES::domTechnique::domPass::getColor_clear (  )  const [inline]

Gets the color_clear element.

Returns:
a daeSmartRef to the color_clear element.

Definition at line 628 of file domProfile_GLES.h.

const domColor_targetRef domProfile_GLES::domTechnique::domPass::getColor_target (  )  const [inline]

Gets the color_target element.

Returns:
a daeSmartRef to the color_target element.

Definition at line 613 of file domProfile_GLES.h.

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

Gets the _contents array.

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

Definition at line 673 of file domProfile_GLES.h.

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

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 668 of file domProfile_GLES.h.

const domDepth_clearRef domProfile_GLES::domTechnique::domPass::getDepth_clear (  )  const [inline]

Gets the depth_clear element.

Returns:
a daeSmartRef to the depth_clear element.

Definition at line 633 of file domProfile_GLES.h.

const domDepth_targetRef domProfile_GLES::domTechnique::domPass::getDepth_target (  )  const [inline]

Gets the depth_target element.

Returns:
a daeSmartRef to the depth_target element.

Definition at line 618 of file domProfile_GLES.h.

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

Gets the draw element.

Returns:
a daeSmartRef to the draw element.

Definition at line 643 of file domProfile_GLES.h.

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

Reimplemented from daeElement.

Definition at line 137 of file domProfile_GLES.h.

const domExtra_Array& domProfile_GLES::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 663 of file domProfile_GLES.h.

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

Gets the extra element array.

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

Definition at line 658 of file domProfile_GLES.h.

const domGles_pipeline_settings_Array& domProfile_GLES::domTechnique::domPass::getGles_pipeline_settings_array (  )  const [inline]

Gets the gles_pipeline_settings element array.

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

Definition at line 653 of file domProfile_GLES.h.

domGles_pipeline_settings_Array& domProfile_GLES::domTechnique::domPass::getGles_pipeline_settings_array (  )  [inline]

Gets the gles_pipeline_settings element array.

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

Definition at line 648 of file domProfile_GLES.h.

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

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Definition at line 592 of file domProfile_GLES.h.

const domStencil_clearRef domProfile_GLES::domTechnique::domPass::getStencil_clear (  )  const [inline]

Gets the stencil_clear element.

Returns:
a daeSmartRef to the stencil_clear element.

Definition at line 638 of file domProfile_GLES.h.

const domStencil_targetRef domProfile_GLES::domTechnique::domPass::getStencil_target (  )  const [inline]

Gets the stencil_target element.

Returns:
a daeSmartRef to the stencil_target element.

Definition at line 623 of file domProfile_GLES.h.

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

Definition at line 138 of file domProfile_GLES.h.

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

Overloaded assignment operator

Definition at line 687 of file domProfile_GLES.h.

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

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 597 of file domProfile_GLES.h.

virtual daeInt domProfile_GLES::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 139 of file domProfile_GLES.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 584 of file domProfile_GLES.h.

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

Definition at line 575 of file domProfile_GLES.h.

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

Definition at line 579 of file domProfile_GLES.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 559 of file domProfile_GLES.h.

Definition at line 562 of file domProfile_GLES.h.

Definition at line 566 of file domProfile_GLES.h.

Definition at line 563 of file domProfile_GLES.h.

Definition at line 567 of file domProfile_GLES.h.

Definition at line 564 of file domProfile_GLES.h.

Definition at line 569 of file domProfile_GLES.h.

Definition at line 571 of file domProfile_GLES.h.

Definition at line 570 of file domProfile_GLES.h.

Definition at line 568 of file domProfile_GLES.h.

Definition at line 565 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:47 2013