domVisual_scene::domEvaluate_scene::domRender::domLayer Class Reference

#include <domVisual_scene.h>

Inheritance diagram for domVisual_scene::domEvaluate_scene::domRender::domLayer:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
xsNCName getValue () const
xsNCName getValue () const
void setValue (xsNCName val)
void setValue (xsNCName val)
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

 domLayer (DAE &dae)
 domLayer (DAE &dae)
virtual domLayeroperator= (const domLayer &cpy)
virtual domLayeroperator= (const domLayer &cpy)
virtual ~domLayer ()
virtual ~domLayer ()

Protected Attributes

xsNCName _value

Detailed Description

The layer element specifies which layer to render in this compositing step while evaluating the scene. You may specify any number of layers.

The layer element specifies which layer to render in this compositing step while evaluating the scene. You may specify any number of layers. No layers mans that the entire scene will be used.

Definition at line 77 of file 1.4/dom/domVisual_scene.h.


Constructor & Destructor Documentation

domVisual_scene::domEvaluate_scene::domRender::domLayer::domLayer ( DAE dae  )  [inline, protected]

Constructor

Definition at line 106 of file 1.4/dom/domVisual_scene.h.

virtual domVisual_scene::domEvaluate_scene::domRender::domLayer::~domLayer (  )  [inline, protected, virtual]

Destructor

Definition at line 110 of file 1.4/dom/domVisual_scene.h.

domVisual_scene::domEvaluate_scene::domRender::domLayer::domLayer ( DAE dae  )  [inline, protected]

Constructor

Definition at line 99 of file dom/domVisual_scene.h.

virtual domVisual_scene::domEvaluate_scene::domRender::domLayer::~domLayer (  )  [inline, protected, virtual]

Destructor

Definition at line 103 of file dom/domVisual_scene.h.


Member Function Documentation

static DLLSPEC daeElementRef domVisual_scene::domEvaluate_scene::domRender::domLayer::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 domVisual_scene::domEvaluate_scene::domRender::domLayer::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.
virtual COLLADA_TYPE::TypeEnum domVisual_scene::domEvaluate_scene::domRender::domLayer::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 73 of file dom/domVisual_scene.h.

virtual COLLADA_TYPE::TypeEnum domVisual_scene::domEvaluate_scene::domRender::domLayer::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 80 of file 1.4/dom/domVisual_scene.h.

xsNCName domVisual_scene::domEvaluate_scene::domRender::domLayer::getValue (  )  const [inline]

Gets the value of this element.

Returns:
Returns a xsNCName of the value.

Definition at line 83 of file dom/domVisual_scene.h.

xsNCName domVisual_scene::domEvaluate_scene::domRender::domLayer::getValue (  )  const [inline]

Gets the value of this element.

Returns:
Returns a xsNCName of the value.

Definition at line 95 of file 1.4/dom/domVisual_scene.h.

static daeInt domVisual_scene::domEvaluate_scene::domRender::domLayer::ID (  )  [inline, static]

Definition at line 74 of file dom/domVisual_scene.h.

static daeInt domVisual_scene::domEvaluate_scene::domRender::domLayer::ID (  )  [inline, static]

Definition at line 81 of file 1.4/dom/domVisual_scene.h.

virtual domLayer& domVisual_scene::domEvaluate_scene::domRender::domLayer::operator= ( const domLayer cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 107 of file dom/domVisual_scene.h.

virtual domLayer& domVisual_scene::domEvaluate_scene::domRender::domLayer::operator= ( const domLayer cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 114 of file 1.4/dom/domVisual_scene.h.

static DLLSPEC daeMetaElement* domVisual_scene::domEvaluate_scene::domRender::domLayer::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* domVisual_scene::domEvaluate_scene::domRender::domLayer::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 domVisual_scene::domEvaluate_scene::domRender::domLayer::setValue ( xsNCName  val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 88 of file dom/domVisual_scene.h.

void domVisual_scene::domEvaluate_scene::domRender::domLayer::setValue ( xsNCName  val  )  [inline]

Sets the _value of this element.

Parameters:
val The new value for this element.

Definition at line 100 of file 1.4/dom/domVisual_scene.h.

virtual daeInt domVisual_scene::domEvaluate_scene::domRender::domLayer::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 75 of file dom/domVisual_scene.h.

virtual daeInt domVisual_scene::domEvaluate_scene::domRender::domLayer::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 82 of file 1.4/dom/domVisual_scene.h.


Member Data Documentation

The xsNCName value of the text data of this element.

Definition at line 88 of file 1.4/dom/domVisual_scene.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:32:00 2013