#include <domVisual_scene.h>
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 daeMetaElement * | registerElement (DAE &dae) |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domLayer (DAE &dae) | |
domLayer (DAE &dae) | |
virtual domLayer & | operator= (const domLayer &cpy) |
virtual domLayer & | operator= (const domLayer &cpy) |
virtual | ~domLayer () |
virtual | ~domLayer () |
Protected Attributes | |
xsNCName | _value |
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.
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.
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.
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.
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.
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.
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.
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.
void domVisual_scene::domEvaluate_scene::domRender::domLayer::setValue | ( | xsNCName | val | ) | [inline] |
Sets the _value of this element.
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.
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.
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.
Implements daeElement.
Definition at line 82 of file 1.4/dom/domVisual_scene.h.
The xsNCName value of the text data of this element.
Definition at line 88 of file 1.4/dom/domVisual_scene.h.