domProfile_GLSL::domTechnique Class Reference

#include <domProfile_GLSL.h>

Inheritance diagram for domProfile_GLSL::domTechnique:
Inheritance graph
[legend]

List of all members.

Classes

class  domPass

Public Types

typedef daeTArray< domPassRefdomPass_Array
typedef daeSmartRef< domPassdomPassRef

Public Member Functions

const domFx_annotate_common_ArraygetAnnotate_array () const
domFx_annotate_common_ArraygetAnnotate_array ()
const domFx_code_profile_ArraygetCode_array () const
domFx_code_profile_ArraygetCode_array ()
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
const domImage_ArraygetImage_array () const
domImage_ArraygetImage_array ()
const domFx_include_common_ArraygetInclude_array () const
domFx_include_common_ArraygetInclude_array ()
const domGlsl_newparam_ArraygetNewparam_array () const
domGlsl_newparam_ArraygetNewparam_array ()
const domPass_ArraygetPass_array () const
domPass_ArraygetPass_array ()
const domGlsl_setparam_ArraygetSetparam_array () const
domGlsl_setparam_ArraygetSetparam_array ()
xsNCName getSid () const
void setId (xsID atId)
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

 domTechnique (DAE &dae)
virtual domTechniqueoperator= (const domTechnique &cpy)
virtual ~domTechnique ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsID attrId
xsNCName attrSid
domFx_annotate_common_Array elemAnnotate_array
domFx_code_profile_Array elemCode_array
domExtra_Array elemExtra_array
domImage_Array elemImage_array
domFx_include_common_Array elemInclude_array
domGlsl_newparam_Array elemNewparam_array
domPass_Array elemPass_array
domGlsl_setparam_Array elemSetparam_array

Detailed Description

Holds a description of the textures, samplers, shaders, parameters, and passes necessary for rendering this effect using one method.

Definition at line 54 of file domProfile_GLSL.h.


Member Typedef Documentation

Definition at line 64 of file domProfile_GLSL.h.

Definition at line 61 of file domProfile_GLSL.h.


Constructor & Destructor Documentation

domProfile_GLSL::domTechnique::domTechnique ( DAE dae  )  [inline, protected]

Constructor

Definition at line 968 of file domProfile_GLSL.h.

virtual domProfile_GLSL::domTechnique::~domTechnique (  )  [inline, protected, virtual]

Destructor

Definition at line 972 of file domProfile_GLSL.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_GLSL::domTechnique::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_GLSL::domTechnique::getAnnotate_array (  )  const [inline]

Gets the annotate element array.

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

Definition at line 882 of file domProfile_GLSL.h.

domFx_annotate_common_Array& domProfile_GLSL::domTechnique::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Definition at line 877 of file domProfile_GLSL.h.

const domFx_code_profile_Array& domProfile_GLSL::domTechnique::getCode_array (  )  const [inline]

Gets the code element array.

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

Definition at line 892 of file domProfile_GLSL.h.

domFx_code_profile_Array& domProfile_GLSL::domTechnique::getCode_array (  )  [inline]

Gets the code element array.

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

Definition at line 887 of file domProfile_GLSL.h.

const daeElementRefArray& domProfile_GLSL::domTechnique::getContents (  )  const [inline]

Gets the _contents array.

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

Definition at line 962 of file domProfile_GLSL.h.

daeElementRefArray& domProfile_GLSL::domTechnique::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 957 of file domProfile_GLSL.h.

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

Reimplemented from daeElement.

Definition at line 57 of file domProfile_GLSL.h.

const domExtra_Array& domProfile_GLSL::domTechnique::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Definition at line 952 of file domProfile_GLSL.h.

domExtra_Array& domProfile_GLSL::domTechnique::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 947 of file domProfile_GLSL.h.

xsID domProfile_GLSL::domTechnique::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 853 of file domProfile_GLSL.h.

const domImage_Array& domProfile_GLSL::domTechnique::getImage_array (  )  const [inline]

Gets the image element array.

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

Definition at line 912 of file domProfile_GLSL.h.

domImage_Array& domProfile_GLSL::domTechnique::getImage_array (  )  [inline]

Gets the image element array.

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

Definition at line 907 of file domProfile_GLSL.h.

const domFx_include_common_Array& domProfile_GLSL::domTechnique::getInclude_array (  )  const [inline]

Gets the include element array.

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

Definition at line 902 of file domProfile_GLSL.h.

domFx_include_common_Array& domProfile_GLSL::domTechnique::getInclude_array (  )  [inline]

Gets the include element array.

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

Definition at line 897 of file domProfile_GLSL.h.

const domGlsl_newparam_Array& domProfile_GLSL::domTechnique::getNewparam_array (  )  const [inline]

Gets the newparam element array.

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

Definition at line 922 of file domProfile_GLSL.h.

domGlsl_newparam_Array& domProfile_GLSL::domTechnique::getNewparam_array (  )  [inline]

Gets the newparam element array.

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

Definition at line 917 of file domProfile_GLSL.h.

const domPass_Array& domProfile_GLSL::domTechnique::getPass_array (  )  const [inline]

Gets the pass element array.

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

Definition at line 942 of file domProfile_GLSL.h.

domPass_Array& domProfile_GLSL::domTechnique::getPass_array (  )  [inline]

Gets the pass element array.

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

Definition at line 937 of file domProfile_GLSL.h.

const domGlsl_setparam_Array& domProfile_GLSL::domTechnique::getSetparam_array (  )  const [inline]

Gets the setparam element array.

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

Definition at line 932 of file domProfile_GLSL.h.

domGlsl_setparam_Array& domProfile_GLSL::domTechnique::getSetparam_array (  )  [inline]

Gets the setparam element array.

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

Definition at line 927 of file domProfile_GLSL.h.

xsNCName domProfile_GLSL::domTechnique::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Definition at line 866 of file domProfile_GLSL.h.

static daeInt domProfile_GLSL::domTechnique::ID (  )  [inline, static]

Definition at line 58 of file domProfile_GLSL.h.

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

Overloaded assignment operator

Definition at line 976 of file domProfile_GLSL.h.

static DLLSPEC daeMetaElement* domProfile_GLSL::domTechnique::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_GLSL::domTechnique::setId ( xsID  atId  )  [inline]

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 858 of file domProfile_GLSL.h.

void domProfile_GLSL::domTechnique::setSid ( xsNCName  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 871 of file domProfile_GLSL.h.

virtual daeInt domProfile_GLSL::domTechnique::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 59 of file domProfile_GLSL.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 845 of file domProfile_GLSL.h.

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

Definition at line 836 of file domProfile_GLSL.h.

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

Definition at line 840 of file domProfile_GLSL.h.

The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.

Definition at line 812 of file domProfile_GLSL.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 818 of file domProfile_GLSL.h.

Definition at line 821 of file domProfile_GLSL.h.

Definition at line 822 of file domProfile_GLSL.h.

Definition at line 832 of file domProfile_GLSL.h.

Definition at line 824 of file domProfile_GLSL.h.

Definition at line 823 of file domProfile_GLSL.h.

Definition at line 825 of file domProfile_GLSL.h.

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

See also:
domPass

Definition at line 831 of file domProfile_GLSL.h.

Definition at line 826 of file domProfile_GLSL.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:50 2013