domGles_newparam Class Reference

#include <domGles_newparam.h>

Inheritance diagram for domGles_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 domGles_paramRef getGles_param () const
const domModifierRef getModifier () const
const domSemanticRef getSemantic () const
domSid getSid () const
xsNCName getSid () const
void setSid (domSid atSid)
void setSid (xsNCName 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

 domGles_newparam (DAE &dae)
 domGles_newparam (DAE &dae)
virtual domGles_newparamoperator= (const domGles_newparam &cpy)
virtual domGles_newparamoperator= (const domGles_newparam &cpy)
virtual ~domGles_newparam ()
virtual ~domGles_newparam ()

Protected Attributes

domSid attrSid
domFx_annotate_Array elemAnnotate_array
domGles_paramRef elemGles_param
domModifierRef elemModifier
domSemanticRef elemSemantic

Detailed Description

An element of type domGles_newparam_complexType.

Create a new, named param object in the GLES Runtime, assign it a type, an initial value, and additional attributes at declaration time.

Definition at line 231 of file 1.4/dom/domGles_newparam.h.


Member Typedef Documentation

Reimplemented from domGles_newparam_complexType.

Definition at line 87 of file dom/domGles_newparam.h.

Reimplemented from domGles_newparam_complexType.

Definition at line 84 of file dom/domGles_newparam.h.

Reimplemented from domGles_newparam_complexType.

Definition at line 26 of file dom/domGles_newparam.h.

Reimplemented from domGles_newparam_complexType.

Definition at line 23 of file dom/domGles_newparam.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 254 of file 1.4/dom/domGles_newparam.h.

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

Destructor

Definition at line 258 of file 1.4/dom/domGles_newparam.h.

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

Constructor

Definition at line 213 of file dom/domGles_newparam.h.

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

Destructor

Definition at line 217 of file dom/domGles_newparam.h.


Member Function Documentation

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

Gets the annotate element array.

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

Reimplemented from domGles_newparam_complexType.

Definition at line 193 of file dom/domGles_newparam.h.

domFx_annotate_Array& domGles_newparam::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Reimplemented from domGles_newparam_complexType.

Definition at line 188 of file dom/domGles_newparam.h.

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

Reimplemented from daeElement.

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

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

Reimplemented from daeElement.

Definition at line 234 of file 1.4/dom/domGles_newparam.h.

const domGles_paramRef domGles_newparam::getGles_param (  )  const [inline]

Gets the gles_param element.

Returns:
a daeSmartRef to the gles_param element.

Definition at line 208 of file dom/domGles_newparam.h.

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

Gets the modifier element.

Returns:
a daeSmartRef to the modifier element.

Reimplemented from domGles_newparam_complexType.

Definition at line 203 of file dom/domGles_newparam.h.

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

Gets the semantic element.

Returns:
a daeSmartRef to the semantic element.

Reimplemented from domGles_newparam_complexType.

Definition at line 198 of file dom/domGles_newparam.h.

domSid domGles_newparam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Reimplemented from domGles_newparam_complexType.

Definition at line 177 of file dom/domGles_newparam.h.

xsNCName domGles_newparam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Reimplemented from domGles_newparam_complexType.

Definition at line 243 of file 1.4/dom/domGles_newparam.h.

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

Definition at line 20 of file dom/domGles_newparam.h.

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

Definition at line 235 of file 1.4/dom/domGles_newparam.h.

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

Overloaded assignment operator

Definition at line 221 of file dom/domGles_newparam.h.

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

Overloaded assignment operator

Definition at line 262 of file 1.4/dom/domGles_newparam.h.

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

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Definition at line 182 of file dom/domGles_newparam.h.

void domGles_newparam::setSid ( xsNCName  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Reimplemented from domGles_newparam_complexType.

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

virtual daeInt domGles_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 21 of file dom/domGles_newparam.h.

virtual daeInt domGles_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 236 of file 1.4/dom/domGles_newparam.h.


Member Data Documentation

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.

Reimplemented from domGles_newparam_complexType.

Definition at line 152 of file dom/domGles_newparam.h.

The annotate element allows you to specify an annotation for this new param.

See also:
domAnnotate

Reimplemented from domGles_newparam_complexType.

Definition at line 159 of file dom/domGles_newparam.h.

Definition at line 170 of file dom/domGles_newparam.h.

The modifier element allows you to specify a modifier for this new param.

See also:
domModifier

Reimplemented from domGles_newparam_complexType.

Definition at line 169 of file dom/domGles_newparam.h.

The semantic element allows you to specify a semantic for this new param.

See also:
domSemantic

Reimplemented from domGles_newparam_complexType.

Definition at line 164 of file dom/domGles_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:30:58 2013