domGles_texture_pipeline_complexType Class Reference

#include <domGles_texture_pipeline.h>

Inheritance diagram for domGles_texture_pipeline_complexType:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const daeElementRefArraygetContents () const
daeElementRefArraygetContents ()
const domExtra_ArraygetExtra_array () const
domExtra_ArraygetExtra_array ()
xsNCName getSid () const
const
domGles_texcombiner_command_type_Array
getTexcombiner_array () const
domGles_texcombiner_command_type_ArraygetTexcombiner_array ()
const
domGles_texenv_command_type_Array
getTexenv_array () const
domGles_texenv_command_type_ArraygetTexenv_array ()
void setSid (xsNCName atSid)

Protected Member Functions

 domGles_texture_pipeline_complexType (DAE &dae, daeElement *elt)
virtual
domGles_texture_pipeline_complexType
operator= (const domGles_texture_pipeline_complexType &cpy)
virtual ~domGles_texture_pipeline_complexType ()

Protected Attributes

daeTArray< daeCharArray * > _CMData
daeElementRefArray _contents
daeUIntArray _contentsOrder
xsNCName attrSid
domExtra_Array elemExtra_array
domGles_texcombiner_command_type_Array elemTexcombiner_array
domGles_texenv_command_type_Array elemTexenv_array

Detailed Description

Defines a set of texturing commands that will be converted into multitexturing operations using glTexEnv in regular and combiner mode.

Definition at line 25 of file 1.4/dom/domGles_texture_pipeline.h.


Constructor & Destructor Documentation

domGles_texture_pipeline_complexType::domGles_texture_pipeline_complexType ( DAE dae,
daeElement elt 
) [inline, protected]

Constructor

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

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

Destructor

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


Member Function Documentation

const daeElementRefArray& domGles_texture_pipeline_complexType::getContents (  )  const [inline]

Gets the _contents array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 117 of file 1.4/dom/domGles_texture_pipeline.h.

daeElementRefArray& domGles_texture_pipeline_complexType::getContents (  )  [inline]

Gets the _contents array.

Returns:
Returns a reference to the _contents element array.

Reimplemented in domGles_texture_pipeline.

Definition at line 112 of file 1.4/dom/domGles_texture_pipeline.h.

const domExtra_Array& domGles_texture_pipeline_complexType::getExtra_array (  )  const [inline]

Gets the extra element array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 107 of file 1.4/dom/domGles_texture_pipeline.h.

domExtra_Array& domGles_texture_pipeline_complexType::getExtra_array (  )  [inline]

Gets the extra element array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 102 of file 1.4/dom/domGles_texture_pipeline.h.

xsNCName domGles_texture_pipeline_complexType::getSid (  )  const [inline]

Gets the sid attribute.

Returns:
Returns a xsNCName of the sid attribute.

Reimplemented in domGles_texture_pipeline, and domGles_texture_pipeline.

Definition at line 71 of file 1.4/dom/domGles_texture_pipeline.h.

const domGles_texcombiner_command_type_Array& domGles_texture_pipeline_complexType::getTexcombiner_array (  )  const [inline]

Gets the texcombiner element array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 87 of file 1.4/dom/domGles_texture_pipeline.h.

domGles_texcombiner_command_type_Array& domGles_texture_pipeline_complexType::getTexcombiner_array (  )  [inline]

Gets the texcombiner element array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 82 of file 1.4/dom/domGles_texture_pipeline.h.

const domGles_texenv_command_type_Array& domGles_texture_pipeline_complexType::getTexenv_array (  )  const [inline]

Gets the texenv element array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 97 of file 1.4/dom/domGles_texture_pipeline.h.

domGles_texenv_command_type_Array& domGles_texture_pipeline_complexType::getTexenv_array (  )  [inline]

Gets the texenv element array.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 92 of file 1.4/dom/domGles_texture_pipeline.h.

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

Overloaded assignment operator

Definition at line 131 of file 1.4/dom/domGles_texture_pipeline.h.

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

Sets the sid attribute.

Parameters:
atSid The new value for the sid attribute.

Reimplemented in domGles_texture_pipeline.

Definition at line 76 of file 1.4/dom/domGles_texture_pipeline.h.


Member Data Documentation

Used to store information needed for some content model objects.

Reimplemented in domGles_texture_pipeline.

Definition at line 63 of file 1.4/dom/domGles_texture_pipeline.h.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 54 of file 1.4/dom/domGles_texture_pipeline.h.

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

Reimplemented in domGles_texture_pipeline.

Definition at line 58 of file 1.4/dom/domGles_texture_pipeline.h.

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. Optional attribute.

Reimplemented in domGles_texture_pipeline.

Definition at line 33 of file 1.4/dom/domGles_texture_pipeline.h.

The extra element may appear any number of times. OpenGL ES extensions may be used here.

See also:
domExtra

Reimplemented in domGles_texture_pipeline.

Definition at line 50 of file 1.4/dom/domGles_texture_pipeline.h.

Defines a texture_pipeline command. This is a combiner-mode texturing operation.

See also:
domTexcombiner

Reimplemented in domGles_texture_pipeline.

Definition at line 40 of file 1.4/dom/domGles_texture_pipeline.h.

Defines a texture_pipeline command. It is a simple noncombiner mode of texturing operations.

See also:
domTexenv

Reimplemented in domGles_texture_pipeline.

Definition at line 45 of file 1.4/dom/domGles_texture_pipeline.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:17 2013