domProfile_cg Class Reference

#include <domProfile_cg.h>

Inheritance diagram for domProfile_cg:
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 domCg_newparam_ArraygetNewparam_array () const
domCg_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_cg (DAE &dae)
virtual domProfile_cgoperator= (const domProfile_cg &cpy)
virtual ~domProfile_cg ()

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
domCg_newparam_Array elemNewparam_array
domTechnique_Array elemTechnique_array

Detailed Description

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

Definition at line 20 of file domProfile_cg.h.


Member Typedef Documentation

Definition at line 30 of file domProfile_cg.h.

Definition at line 27 of file domProfile_cg.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 292 of file domProfile_cg.h.

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

Destructor

Definition at line 296 of file domProfile_cg.h.


Member Function Documentation

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

Gets the asset element.

Returns:
a daeSmartRef to the asset element.

Definition at line 226 of file domProfile_cg.h.

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

Gets the code element array.

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

Definition at line 236 of file domProfile_cg.h.

domFx_code_Array& domProfile_cg::getCode_array (  )  [inline]

Gets the code element array.

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

Definition at line 231 of file domProfile_cg.h.

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

Gets the _contents array.

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

Definition at line 286 of file domProfile_cg.h.

daeElementRefArray& domProfile_cg::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 281 of file domProfile_cg.h.

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

Reimplemented from daeElement.

Definition at line 23 of file domProfile_cg.h.

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

Gets the extra element array.

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

Definition at line 276 of file domProfile_cg.h.

domExtra_Array& domProfile_cg::getExtra_array (  )  [inline]

Gets the extra element array.

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

Definition at line 271 of file domProfile_cg.h.

xsID domProfile_cg::getId (  )  const [inline]

Gets the id attribute.

Returns:
Returns a xsID of the id attribute.

Definition at line 202 of file domProfile_cg.h.

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

Gets the include element array.

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

Definition at line 246 of file domProfile_cg.h.

domFx_include_Array& domProfile_cg::getInclude_array (  )  [inline]

Gets the include element array.

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

Definition at line 241 of file domProfile_cg.h.

const domCg_newparam_Array& domProfile_cg::getNewparam_array (  )  const [inline]

Gets the newparam element array.

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

Definition at line 256 of file domProfile_cg.h.

domCg_newparam_Array& domProfile_cg::getNewparam_array (  )  [inline]

Gets the newparam element array.

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

Definition at line 251 of file domProfile_cg.h.

xsNCName domProfile_cg::getPlatform (  )  const [inline]

Gets the platform attribute.

Returns:
Returns a xsNCName of the platform attribute.

Definition at line 215 of file domProfile_cg.h.

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

Gets the technique element array.

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

Definition at line 266 of file domProfile_cg.h.

domTechnique_Array& domProfile_cg::getTechnique_array (  )  [inline]

Gets the technique element array.

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

Definition at line 261 of file domProfile_cg.h.

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

Definition at line 24 of file domProfile_cg.h.

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

Overloaded assignment operator

Definition at line 300 of file domProfile_cg.h.

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

Sets the id attribute.

Parameters:
atId The new value for the id attribute.

Definition at line 207 of file domProfile_cg.h.

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

Sets the platform attribute.

Parameters:
atPlatform The new value for the platform attribute.

Definition at line 220 of file domProfile_cg.h.

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


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 194 of file domProfile_cg.h.

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

Definition at line 185 of file domProfile_cg.h.

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

Definition at line 189 of file domProfile_cg.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 164 of file domProfile_cg.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 169 of file domProfile_cg.h.

Definition at line 172 of file domProfile_cg.h.

Definition at line 173 of file domProfile_cg.h.

Definition at line 181 of file domProfile_cg.h.

Definition at line 174 of file domProfile_cg.h.

Definition at line 175 of file domProfile_cg.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 180 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