domProfile_glsl Class Reference

#include <domProfile_glsl.h>

Inheritance diagram for domProfile_glsl:
Inheritance graph
[legend]

List of all members.

Classes

class  domTechnique

Public Types

typedef daeTArray
< domTechniqueRef
domTechnique_Array
typedef daeSmartRef< domTechniquedomTechniqueRef

Public Member Functions

const domAssetRef getAsset () const
const domFx_code_ArraygetCode_array () const
domFx_code_ArraygetCode_array ()
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
const domFx_include_ArraygetInclude_array () const
domFx_include_ArraygetInclude_array ()
const domGlsl_newparam_ArraygetNewparam_array () const
domGlsl_newparam_ArraygetNewparam_array ()
xsNCName getPlatform () const
const domTechnique_ArraygetTechnique_array () const
domTechnique_ArraygetTechnique_array ()
void setId (xsID atId)
void setPlatform (xsNCName atPlatform)
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

 domProfile_glsl (DAE &dae)
virtual domProfile_glsloperator= (const domProfile_glsl &cpy)
virtual ~domProfile_glsl ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsID attrId
xsNCName attrPlatform
domAssetRef elemAsset
domFx_code_Array elemCode_array
domExtra_Array elemExtra_array
domFx_include_Array elemInclude_array
domGlsl_newparam_Array elemNewparam_array
domTechnique_Array elemTechnique_array

Detailed Description

Opens a block of GLSL platform-specific data types and technique declarations.

Definition at line 27 of file domProfile_glsl.h.


Member Typedef Documentation

Definition at line 37 of file domProfile_glsl.h.

Definition at line 34 of file domProfile_glsl.h.


Constructor & Destructor Documentation

domProfile_glsl::domProfile_glsl ( DAE dae  )  [inline, protected]

Constructor

Definition at line 634 of file domProfile_glsl.h.

virtual domProfile_glsl::~domProfile_glsl (  )  [inline, protected, virtual]

Destructor

Definition at line 638 of file domProfile_glsl.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_glsl::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 domAssetRef domProfile_glsl::getAsset (  )  const [inline]

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 568 of file domProfile_glsl.h.

const domFx_code_Array& domProfile_glsl::getCode_array (  )  const [inline]

Gets the code element array.

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

Definition at line 578 of file domProfile_glsl.h.

domFx_code_Array& domProfile_glsl::getCode_array (  )  [inline]

Gets the code element array.

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

Definition at line 573 of file domProfile_glsl.h.

const daeElementRefArray& domProfile_glsl::getContents (  )  const [inline]

Gets the _contents array.

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

Definition at line 628 of file domProfile_glsl.h.

daeElementRefArray& domProfile_glsl::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 623 of file domProfile_glsl.h.

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

Reimplemented from daeElement.

Definition at line 30 of file domProfile_glsl.h.

const domExtra_Array& domProfile_glsl::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Definition at line 618 of file domProfile_glsl.h.

domExtra_Array& domProfile_glsl::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 613 of file domProfile_glsl.h.

xsID domProfile_glsl::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 544 of file domProfile_glsl.h.

const domFx_include_Array& domProfile_glsl::getInclude_array (  )  const [inline]

Gets the include element array.

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

Definition at line 588 of file domProfile_glsl.h.

domFx_include_Array& domProfile_glsl::getInclude_array (  )  [inline]

Gets the include element array.

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

Definition at line 583 of file domProfile_glsl.h.

const domGlsl_newparam_Array& domProfile_glsl::getNewparam_array (  )  const [inline]

Gets the newparam element array.

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

Definition at line 598 of file domProfile_glsl.h.

domGlsl_newparam_Array& domProfile_glsl::getNewparam_array (  )  [inline]

Gets the newparam element array.

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

Definition at line 593 of file domProfile_glsl.h.

xsNCName domProfile_glsl::getPlatform (  )  const [inline]

Gets the platform attribute.

Returns:
Returns a xsNCName of the platform attribute.

Definition at line 557 of file domProfile_glsl.h.

const domTechnique_Array& domProfile_glsl::getTechnique_array (  )  const [inline]

Gets the technique element array.

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

Definition at line 608 of file domProfile_glsl.h.

domTechnique_Array& domProfile_glsl::getTechnique_array (  )  [inline]

Gets the technique element array.

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

Definition at line 603 of file domProfile_glsl.h.

static daeInt domProfile_glsl::ID (  )  [inline, static]

Definition at line 31 of file domProfile_glsl.h.

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

Overloaded assignment operator

Definition at line 642 of file domProfile_glsl.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 549 of file domProfile_glsl.h.

void domProfile_glsl::setPlatform ( xsNCName  atPlatform  )  [inline]

Sets the platform attribute.

Parameters:
atPlatform The new value for the platform attribute.

Definition at line 562 of file domProfile_glsl.h.

virtual daeInt domProfile_glsl::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 32 of file domProfile_glsl.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 536 of file domProfile_glsl.h.

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

Definition at line 527 of file domProfile_glsl.h.

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

Definition at line 531 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 506 of file domProfile_glsl.h.

The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional

Definition at line 511 of file domProfile_glsl.h.

Definition at line 514 of file domProfile_glsl.h.

Definition at line 515 of file domProfile_glsl.h.

Definition at line 523 of file domProfile_glsl.h.

Definition at line 516 of file domProfile_glsl.h.

Definition at line 517 of file domProfile_glsl.h.

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

See also:
domTechnique

Definition at line 522 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:49 2013