domGlsl_surface_type_complexType::domGenerator Class Reference

#include <domGlsl_surface_type.h>

Inheritance diagram for domGlsl_surface_type_complexType::domGenerator:
Inheritance graph
[legend]

List of all members.

Classes

class  domName

Public Types

typedef daeTArray< domNameRefdomName_Array
typedef daeSmartRef< domNamedomNameRef

Public Member Functions

const domFx_annotate_common_ArraygetAnnotate_array () const
domFx_annotate_common_ArraygetAnnotate_array ()
const domFx_code_profile_ArraygetCode_array () const
domFx_code_profile_ArraygetCode_array ()
const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domFx_include_common_ArraygetInclude_array () const
domFx_include_common_ArraygetInclude_array ()
const domNameRef getName () const
const
domGlsl_setparam_simple_Array
getSetparam_array () const
domGlsl_setparam_simple_ArraygetSetparam_array ()
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

 domGenerator (DAE &dae)
virtual domGeneratoroperator= (const domGenerator &cpy)
virtual ~domGenerator ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
domFx_annotate_common_Array elemAnnotate_array
domFx_code_profile_Array elemCode_array
domFx_include_common_Array elemInclude_array
domNameRef elemName
domGlsl_setparam_simple_Array elemSetparam_array

Detailed Description

A procedural surface generator.

Definition at line 38 of file domGlsl_surface_type.h.


Member Typedef Documentation

Definition at line 48 of file domGlsl_surface_type.h.

Definition at line 45 of file domGlsl_surface_type.h.


Constructor & Destructor Documentation

domGlsl_surface_type_complexType::domGenerator::domGenerator ( DAE dae  )  [inline, protected]

Constructor

Definition at line 222 of file domGlsl_surface_type.h.

virtual domGlsl_surface_type_complexType::domGenerator::~domGenerator (  )  [inline, protected, virtual]

Destructor

Definition at line 226 of file domGlsl_surface_type.h.


Member Function Documentation

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

Gets the annotate element array.

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

Definition at line 171 of file domGlsl_surface_type.h.

domFx_annotate_common_Array& domGlsl_surface_type_complexType::domGenerator::getAnnotate_array (  )  [inline]

Gets the annotate element array.

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

Definition at line 166 of file domGlsl_surface_type.h.

const domFx_code_profile_Array& domGlsl_surface_type_complexType::domGenerator::getCode_array (  )  const [inline]

Gets the code element array.

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

Definition at line 181 of file domGlsl_surface_type.h.

domFx_code_profile_Array& domGlsl_surface_type_complexType::domGenerator::getCode_array (  )  [inline]

Gets the code element array.

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

Definition at line 176 of file domGlsl_surface_type.h.

const daeElementRefArray& domGlsl_surface_type_complexType::domGenerator::getContents (  )  const [inline]

Gets the _contents array.

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

Definition at line 216 of file domGlsl_surface_type.h.

daeElementRefArray& domGlsl_surface_type_complexType::domGenerator::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Definition at line 211 of file domGlsl_surface_type.h.

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

Reimplemented from daeElement.

Definition at line 41 of file domGlsl_surface_type.h.

const domFx_include_common_Array& domGlsl_surface_type_complexType::domGenerator::getInclude_array (  )  const [inline]

Gets the include element array.

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

Definition at line 191 of file domGlsl_surface_type.h.

domFx_include_common_Array& domGlsl_surface_type_complexType::domGenerator::getInclude_array (  )  [inline]

Gets the include element array.

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

Definition at line 186 of file domGlsl_surface_type.h.

const domNameRef domGlsl_surface_type_complexType::domGenerator::getName (  )  const [inline]

Gets the name element.

Returns:
a daeSmartRef to the name element.

Definition at line 196 of file domGlsl_surface_type.h.

const domGlsl_setparam_simple_Array& domGlsl_surface_type_complexType::domGenerator::getSetparam_array (  )  const [inline]

Gets the setparam element array.

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

Definition at line 206 of file domGlsl_surface_type.h.

domGlsl_setparam_simple_Array& domGlsl_surface_type_complexType::domGenerator::getSetparam_array (  )  [inline]

Gets the setparam element array.

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

Definition at line 201 of file domGlsl_surface_type.h.

static daeInt domGlsl_surface_type_complexType::domGenerator::ID (  )  [inline, static]

Definition at line 42 of file domGlsl_surface_type.h.

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

Overloaded assignment operator

Definition at line 230 of file domGlsl_surface_type.h.

static DLLSPEC daeMetaElement* domGlsl_surface_type_complexType::domGenerator::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.
virtual daeInt domGlsl_surface_type_complexType::domGenerator::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 43 of file domGlsl_surface_type.h.


Member Data Documentation

Used to store information needed for some content model objects.

Definition at line 158 of file domGlsl_surface_type.h.

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

Definition at line 149 of file domGlsl_surface_type.h.

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

Definition at line 153 of file domGlsl_surface_type.h.

The annotate element allows you to specify an annotation for this surface generator.

See also:
domAnnotate

Definition at line 126 of file domGlsl_surface_type.h.

The code element allows you to embed GLSL code to use for this surface generator.

See also:
domCode

Definition at line 131 of file domGlsl_surface_type.h.

The include element allows you to import GLSL code to use for this surface generator.

See also:
domInclude

Definition at line 136 of file domGlsl_surface_type.h.

The entry symbol for the shader function.

See also:
domName

Definition at line 140 of file domGlsl_surface_type.h.

The setparam element allows you to assign a new value to a previously defined parameter.

See also:
domSetparam

Definition at line 145 of file domGlsl_surface_type.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:22 2013