domGlsl_newparam Class Reference

#include <domGlsl_newparam.h>

Inheritance diagram for domGlsl_newparam:
Inheritance graph
[legend]

List of all members.

Classes

class  domModifier
class  domSemantic

Public Types

typedef daeTArray< domModifierRefdomModifier_Array
typedef daeSmartRef< domModifierdomModifierRef
typedef daeTArray< domSemanticRefdomSemantic_Array
typedef daeSmartRef< domSemanticdomSemanticRef

Public Member Functions

const domFx_annotate_ArraygetAnnotate_array () const
domFx_annotate_ArraygetAnnotate_array ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domGlsl_valueRef getGlsl_value () const
const domModifierRef getModifier () const
const domSemanticRef getSemantic () const
domSid getSid () const
domGlsl_identifier getSid () const
void setSid (domSid atSid)
void setSid (domGlsl_identifier atSid)
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domGlsl_newparam (DAE &dae)
 domGlsl_newparam (DAE &dae)
virtual domGlsl_newparamoperator= (const domGlsl_newparam &cpy)
virtual domGlsl_newparamoperator= (const domGlsl_newparam &cpy)
virtual ~domGlsl_newparam ()
virtual ~domGlsl_newparam ()

Protected Attributes

domSid attrSid
domFx_annotate_Array elemAnnotate_array
domGlsl_valueRef elemGlsl_value
domModifierRef elemModifier
domSemanticRef elemSemantic

Detailed Description

An element of type domGlsl_newparam_complexType.

Definition at line 236 of file 1.4/dom/domGlsl_newparam.h.


Member Typedef Documentation

Reimplemented from domGlsl_newparam_complexType.

Definition at line 80 of file dom/domGlsl_newparam.h.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 77 of file dom/domGlsl_newparam.h.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 22 of file dom/domGlsl_newparam.h.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 19 of file dom/domGlsl_newparam.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 259 of file 1.4/dom/domGlsl_newparam.h.

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

Destructor

Definition at line 263 of file 1.4/dom/domGlsl_newparam.h.

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

Constructor

Definition at line 186 of file dom/domGlsl_newparam.h.

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

Destructor

Definition at line 190 of file dom/domGlsl_newparam.h.


Member Function Documentation

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

Gets the annotate element array.

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

Reimplemented from domGlsl_newparam_complexType.

Definition at line 166 of file dom/domGlsl_newparam.h.

domFx_annotate_Array& domGlsl_newparam::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Reimplemented from domGlsl_newparam_complexType.

Definition at line 161 of file dom/domGlsl_newparam.h.

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

Reimplemented from daeElement.

Definition at line 15 of file dom/domGlsl_newparam.h.

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

Reimplemented from daeElement.

Definition at line 239 of file 1.4/dom/domGlsl_newparam.h.

const domGlsl_valueRef domGlsl_newparam::getGlsl_value (  )  const [inline]

Gets the glsl_value element.

Returns:
a daeSmartRef to the glsl_value element.

Definition at line 181 of file dom/domGlsl_newparam.h.

const domModifierRef domGlsl_newparam::getModifier (  )  const [inline]

Gets the modifier element.

Returns:
a daeSmartRef to the modifier element.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 176 of file dom/domGlsl_newparam.h.

const domSemanticRef domGlsl_newparam::getSemantic (  )  const [inline]

Gets the semantic element.

Returns:
a daeSmartRef to the semantic element.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 171 of file dom/domGlsl_newparam.h.

domSid domGlsl_newparam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 150 of file dom/domGlsl_newparam.h.

domGlsl_identifier domGlsl_newparam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domGlsl_identifier of the sid attribute.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 248 of file 1.4/dom/domGlsl_newparam.h.

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

Definition at line 16 of file dom/domGlsl_newparam.h.

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

Definition at line 240 of file 1.4/dom/domGlsl_newparam.h.

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

Overloaded assignment operator

Definition at line 194 of file dom/domGlsl_newparam.h.

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

Overloaded assignment operator

Definition at line 267 of file 1.4/dom/domGlsl_newparam.h.

static DLLSPEC daeMetaElement* domGlsl_newparam::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.
static DLLSPEC daeMetaElement* domGlsl_newparam::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 domGlsl_newparam::setSid ( domSid  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 155 of file dom/domGlsl_newparam.h.

void domGlsl_newparam::setSid ( domGlsl_identifier  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 253 of file 1.4/dom/domGlsl_newparam.h.

virtual daeInt domGlsl_newparam::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 17 of file dom/domGlsl_newparam.h.

virtual daeInt domGlsl_newparam::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 241 of file 1.4/dom/domGlsl_newparam.h.


Member Data Documentation

Reimplemented from domGlsl_newparam_complexType.

Definition at line 137 of file dom/domGlsl_newparam.h.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 140 of file dom/domGlsl_newparam.h.

Definition at line 143 of file dom/domGlsl_newparam.h.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 142 of file dom/domGlsl_newparam.h.

Reimplemented from domGlsl_newparam_complexType.

Definition at line 141 of file dom/domGlsl_newparam.h.


The documentation for this class was generated from the following files:
 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:18 2013