domCg_setparam Class Reference

#include <domCg_setparam.h>

Inheritance diagram for domCg_setparam:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const domCg_paramRef getCg_param () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
xsNCName getProgram () const
xsToken getRef () const
domCg_identifier getRef () const
void setProgram (xsNCName atProgram)
void setRef (xsToken atRef)
void setRef (domCg_identifier atRef)
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_setparam (DAE &dae)
 domCg_setparam (DAE &dae)
virtual domCg_setparamoperator= (const domCg_setparam &cpy)
virtual domCg_setparamoperator= (const domCg_setparam &cpy)
virtual ~domCg_setparam ()
virtual ~domCg_setparam ()

Protected Attributes

xsToken attrRef
domCg_paramRef elemCg_param

Detailed Description

An element of type domCg_setparam_complexType.

Assigns a new value to a previously defined parameter.

Definition at line 123 of file 1.4/dom/domCg_setparam.h.


Constructor & Destructor Documentation

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

Constructor

Definition at line 157 of file 1.4/dom/domCg_setparam.h.

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

Destructor

Definition at line 161 of file 1.4/dom/domCg_setparam.h.

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

Constructor

Definition at line 47 of file dom/domCg_setparam.h.

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

Destructor

Definition at line 51 of file dom/domCg_setparam.h.


Member Function Documentation

static DLLSPEC daeElementRef domCg_setparam::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_setparam::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 domCg_paramRef domCg_setparam::getCg_param (  )  const [inline]

Gets the cg_param element.

Returns:
a daeSmartRef to the cg_param element.

Definition at line 42 of file dom/domCg_setparam.h.

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

Reimplemented from daeElement.

Definition at line 17 of file dom/domCg_setparam.h.

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

Reimplemented from daeElement.

Definition at line 126 of file 1.4/dom/domCg_setparam.h.

xsNCName domCg_setparam::getProgram (  )  const [inline]

Gets the program attribute.

Returns:
Returns a xsNCName of the program attribute.

Reimplemented from domCg_setparam_complexType.

Definition at line 146 of file 1.4/dom/domCg_setparam.h.

xsToken domCg_setparam::getRef (  )  const [inline]

Gets the ref attribute.

Returns:
Returns a xsToken of the ref attribute.

Reimplemented from domCg_setparam_complexType.

Definition at line 31 of file dom/domCg_setparam.h.

domCg_identifier domCg_setparam::getRef (  )  const [inline]

Gets the ref attribute.

Returns:
Returns a domCg_identifier of the ref attribute.

Reimplemented from domCg_setparam_complexType.

Definition at line 135 of file 1.4/dom/domCg_setparam.h.

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

Definition at line 18 of file dom/domCg_setparam.h.

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

Definition at line 127 of file 1.4/dom/domCg_setparam.h.

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

Overloaded assignment operator

Definition at line 55 of file dom/domCg_setparam.h.

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

Overloaded assignment operator

Definition at line 165 of file 1.4/dom/domCg_setparam.h.

static DLLSPEC daeMetaElement* domCg_setparam::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_setparam::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_setparam::setProgram ( xsNCName  atProgram  )  [inline]

Sets the program attribute.

Parameters:
atProgram The new value for the program attribute.

Reimplemented from domCg_setparam_complexType.

Definition at line 151 of file 1.4/dom/domCg_setparam.h.

void domCg_setparam::setRef ( xsToken  atRef  )  [inline]

Sets the ref attribute.

Parameters:
atRef The new value for the ref attribute.

Definition at line 36 of file dom/domCg_setparam.h.

void domCg_setparam::setRef ( domCg_identifier  atRef  )  [inline]

Sets the ref attribute.

Parameters:
atRef The new value for the ref attribute.

Reimplemented from domCg_setparam_complexType.

Definition at line 140 of file 1.4/dom/domCg_setparam.h.

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

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


Member Data Documentation

Reimplemented from domCg_setparam_complexType.

Definition at line 21 of file dom/domCg_setparam.h.

Definition at line 24 of file dom/domCg_setparam.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:46 2013