domCg_newparam Class Reference

#include <domCg_newparam.h>

Inheritance diagram for domCg_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 ()
const domCg_paramRef getCg_param () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domModifierRef getModifier () const
const domSemanticRef getSemantic () const
domSid getSid () const
domCg_identifier getSid () const
void setSid (domSid atSid)
void setSid (domCg_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

 domCg_newparam (DAE &dae)
 domCg_newparam (DAE &dae)
virtual domCg_newparamoperator= (const domCg_newparam &cpy)
virtual domCg_newparamoperator= (const domCg_newparam &cpy)
virtual ~domCg_newparam ()
virtual ~domCg_newparam ()

Protected Attributes

domSid attrSid
domFx_annotate_Array elemAnnotate_array
domCg_paramRef elemCg_param
domModifierRef elemModifier
domSemanticRef elemSemantic

Detailed Description

An element of type domCg_newparam_complexType.

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

Definition at line 265 of file 1.4/dom/domCg_newparam.h.


Member Typedef Documentation

Reimplemented from domCg_newparam_complexType.

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

Reimplemented from domCg_newparam_complexType.

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

Reimplemented from domCg_newparam_complexType.

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

Reimplemented from domCg_newparam_complexType.

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


Constructor & Destructor Documentation

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

Constructor

Definition at line 288 of file 1.4/dom/domCg_newparam.h.

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

Destructor

Definition at line 292 of file 1.4/dom/domCg_newparam.h.

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

Constructor

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

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

Destructor

Definition at line 212 of file dom/domCg_newparam.h.


Member Function Documentation

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

Gets the annotate element array.

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

Reimplemented from domCg_newparam_complexType.

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

domFx_annotate_Array& domCg_newparam::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Reimplemented from domCg_newparam_complexType.

Definition at line 183 of file dom/domCg_newparam.h.

const domCg_paramRef domCg_newparam::getCg_param (  )  const [inline]

Gets the cg_param element.

Returns:
a daeSmartRef to the cg_param element.

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

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

Reimplemented from daeElement.

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

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

Reimplemented from daeElement.

Definition at line 268 of file 1.4/dom/domCg_newparam.h.

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

Gets the modifier element.

Returns:
a daeSmartRef to the modifier element.

Reimplemented from domCg_newparam_complexType.

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

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

Gets the semantic element.

Returns:
a daeSmartRef to the semantic element.

Reimplemented from domCg_newparam_complexType.

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

domSid domCg_newparam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domSid of the sid attribute.

Reimplemented from domCg_newparam_complexType.

Definition at line 172 of file dom/domCg_newparam.h.

domCg_identifier domCg_newparam::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a domCg_identifier of the sid attribute.

Reimplemented from domCg_newparam_complexType.

Definition at line 277 of file 1.4/dom/domCg_newparam.h.

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

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

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

Definition at line 269 of file 1.4/dom/domCg_newparam.h.

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

Overloaded assignment operator

Definition at line 216 of file dom/domCg_newparam.h.

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

Overloaded assignment operator

Definition at line 296 of file 1.4/dom/domCg_newparam.h.

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

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

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

void domCg_newparam::setSid ( domCg_identifier  atSid  )  [inline]

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Reimplemented from domCg_newparam_complexType.

Definition at line 282 of file 1.4/dom/domCg_newparam.h.

virtual daeInt domCg_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/domCg_newparam.h.

virtual daeInt domCg_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 270 of file 1.4/dom/domCg_newparam.h.


Member Data Documentation

Reimplemented from domCg_newparam_complexType.

Definition at line 147 of file dom/domCg_newparam.h.

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

See also:
domAnnotate

Reimplemented from domCg_newparam_complexType.

Definition at line 154 of file dom/domCg_newparam.h.

Definition at line 165 of file dom/domCg_newparam.h.

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

See also:
domModifier

Reimplemented from domCg_newparam_complexType.

Definition at line 164 of file dom/domCg_newparam.h.

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

See also:
domSemantic

Reimplemented from domCg_newparam_complexType.

Definition at line 159 of file dom/domCg_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:29:22 2013