domProfile_gles Class Reference

#include <domProfile_gles.h>

Inheritance diagram for domProfile_gles:
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
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsID getId () const
const domGles_newparam_ArraygetNewparam_array () const
domGles_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_gles (DAE &dae)
virtual domProfile_glesoperator= (const domProfile_gles &cpy)
virtual ~domProfile_gles ()

Protected Attributes

xsID attrId
xsNCName attrPlatform
domAssetRef elemAsset
domExtra_Array elemExtra_array
domGles_newparam_Array elemNewparam_array
domTechnique_Array elemTechnique_array

Detailed Description

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

Definition at line 24 of file domProfile_gles.h.


Member Typedef Documentation

Definition at line 34 of file domProfile_gles.h.

Definition at line 31 of file domProfile_gles.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 573 of file domProfile_gles.h.

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

Destructor

Definition at line 577 of file domProfile_gles.h.


Member Function Documentation

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

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 538 of file domProfile_gles.h.

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

Reimplemented from daeElement.

Definition at line 27 of file domProfile_gles.h.

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

Gets the extra element array.

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

Definition at line 568 of file domProfile_gles.h.

domExtra_Array& domProfile_gles::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 563 of file domProfile_gles.h.

xsID domProfile_gles::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 514 of file domProfile_gles.h.

const domGles_newparam_Array& domProfile_gles::getNewparam_array (  )  const [inline]

Gets the newparam element array.

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

Definition at line 548 of file domProfile_gles.h.

domGles_newparam_Array& domProfile_gles::getNewparam_array (  )  [inline]

Gets the newparam element array.

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

Definition at line 543 of file domProfile_gles.h.

xsNCName domProfile_gles::getPlatform (  )  const [inline]

Gets the platform attribute.

Returns:
Returns a xsNCName of the platform attribute.

Definition at line 527 of file domProfile_gles.h.

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

Gets the technique element array.

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

Definition at line 558 of file domProfile_gles.h.

domTechnique_Array& domProfile_gles::getTechnique_array (  )  [inline]

Gets the technique element array.

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

Definition at line 553 of file domProfile_gles.h.

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

Definition at line 28 of file domProfile_gles.h.

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

Overloaded assignment operator

Definition at line 581 of file domProfile_gles.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 519 of file domProfile_gles.h.

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

Sets the platform attribute.

Parameters:
atPlatform The new value for the platform attribute.

Definition at line 532 of file domProfile_gles.h.

virtual daeInt domProfile_gles::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 29 of file domProfile_gles.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 492 of file domProfile_gles.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 497 of file domProfile_gles.h.

Definition at line 500 of file domProfile_gles.h.

Definition at line 507 of file domProfile_gles.h.

Definition at line 501 of file domProfile_gles.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 506 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:48 2013