domProfile_cg::domTechnique Class Reference

#include <domProfile_cg.h>

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

List of all members.

Public Member Functions

const domFx_annotate_ArraygetAnnotate_array () const
domFx_annotate_ArraygetAnnotate_array ()
const domAssetRef getAsset () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
const domCg_pass_ArraygetPass_array () const
domCg_pass_ArraygetPass_array ()
domSid getSid () const
void setId (xsID atId)
void setSid (domSid 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

xsID attrId
domSid attrSid
domFx_annotate_Array elemAnnotate_array
domAssetRef elemAsset
domExtra_Array elemExtra_array
domCg_pass_Array elemPass_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 36 of file domProfile_cg.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 133 of file domProfile_cg.h.

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

Destructor

Definition at line 137 of file domProfile_cg.h.


Member Function Documentation

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

Gets the annotate element array.

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

Definition at line 108 of file domProfile_cg.h.

domFx_annotate_Array& domProfile_cg::domTechnique::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Definition at line 103 of file domProfile_cg.h.

const domAssetRef domProfile_cg::domTechnique::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 98 of file domProfile_cg.h.

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

Reimplemented from daeElement.

Definition at line 39 of file domProfile_cg.h.

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

Gets the extra element array.

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

Definition at line 128 of file domProfile_cg.h.

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

Gets the extra element array.

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

Definition at line 123 of file domProfile_cg.h.

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

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 74 of file domProfile_cg.h.

const domCg_pass_Array& domProfile_cg::domTechnique::getPass_array (  )  const [inline]

Gets the pass element array.

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

Definition at line 118 of file domProfile_cg.h.

domCg_pass_Array& domProfile_cg::domTechnique::getPass_array (  )  [inline]

Gets the pass element array.

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

Definition at line 113 of file domProfile_cg.h.

domSid domProfile_cg::domTechnique::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Definition at line 87 of file domProfile_cg.h.

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

Definition at line 40 of file domProfile_cg.h.

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

Overloaded assignment operator

Definition at line 141 of file domProfile_cg.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 79 of file domProfile_cg.h.

void domProfile_cg::domTechnique::setSid ( domSid  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 92 of file domProfile_cg.h.

virtual daeInt domProfile_cg::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 41 of file domProfile_cg.h.


Member Data Documentation

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 48 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 54 of file domProfile_cg.h.

Definition at line 61 of file domProfile_cg.h.

The technique element may contain an asset element.

See also:
domAsset

Definition at line 60 of file domProfile_cg.h.

Definition at line 67 of file domProfile_cg.h.

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

See also:
domPass

Definition at line 66 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