#include <domLight.h>
The light element declares a light source that illuminates the scene. Light sources have many different properties and radiate light in many different patterns and frequencies.
Definition at line 28 of file 1.4/dom/domLight.h.
Definition at line 30 of file dom/domLight.h.
Definition at line 38 of file 1.4/dom/domLight.h.
Definition at line 27 of file dom/domLight.h.
Definition at line 35 of file 1.4/dom/domLight.h.
domLight::domLight | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 590 of file 1.4/dom/domLight.h.
virtual domLight::~domLight | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 594 of file 1.4/dom/domLight.h.
domLight::domLight | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 582 of file dom/domLight.h.
virtual domLight::~domLight | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 586 of file dom/domLight.h.
static DLLSPEC daeElementRef domLight::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domLight::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domLight::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 552 of file dom/domLight.h.
const domAssetRef domLight::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 560 of file 1.4/dom/domLight.h.
virtual COLLADA_TYPE::TypeEnum domLight::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 23 of file dom/domLight.h.
virtual COLLADA_TYPE::TypeEnum domLight::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 31 of file 1.4/dom/domLight.h.
const domExtra_Array& domLight::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 577 of file dom/domLight.h.
domExtra_Array& domLight::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 572 of file dom/domLight.h.
const domExtra_Array& domLight::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 585 of file 1.4/dom/domLight.h.
domExtra_Array& domLight::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 580 of file 1.4/dom/domLight.h.
xsID domLight::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 528 of file dom/domLight.h.
xsID domLight::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 536 of file 1.4/dom/domLight.h.
xsToken domLight::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 541 of file dom/domLight.h.
xsNCName domLight::getName | ( | ) | const [inline] |
Gets the name attribute.
Definition at line 549 of file 1.4/dom/domLight.h.
const domTechnique_Array& domLight::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 567 of file dom/domLight.h.
domTechnique_Array& domLight::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 562 of file dom/domLight.h.
const domTechnique_Array& domLight::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 575 of file 1.4/dom/domLight.h.
domTechnique_Array& domLight::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 570 of file 1.4/dom/domLight.h.
const domTechnique_commonRef domLight::getTechnique_common | ( | ) | const [inline] |
Gets the technique_common element.
Definition at line 557 of file dom/domLight.h.
const domTechnique_commonRef domLight::getTechnique_common | ( | ) | const [inline] |
Gets the technique_common element.
Definition at line 565 of file 1.4/dom/domLight.h.
static daeInt domLight::ID | ( | ) | [inline, static] |
Definition at line 24 of file dom/domLight.h.
static daeInt domLight::ID | ( | ) | [inline, static] |
Definition at line 32 of file 1.4/dom/domLight.h.
Overloaded assignment operator
Definition at line 590 of file dom/domLight.h.
Overloaded assignment operator
Definition at line 598 of file 1.4/dom/domLight.h.
static DLLSPEC daeMetaElement* domLight::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* domLight::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 domLight::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 533 of file dom/domLight.h.
void domLight::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 541 of file 1.4/dom/domLight.h.
void domLight::setName | ( | xsToken | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 546 of file dom/domLight.h.
void domLight::setName | ( | xsNCName | atName | ) | [inline] |
Sets the name attribute.
atName | The new value for the name attribute. |
Definition at line 554 of file 1.4/dom/domLight.h.
virtual daeInt domLight::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 25 of file dom/domLight.h.
virtual daeInt domLight::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 33 of file 1.4/dom/domLight.h.
xsID domLight::attrId [protected] |
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Definition at line 505 of file 1.4/dom/domLight.h.
xsToken domLight::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 501 of file dom/domLight.h.
xsNCName domLight::attrName [protected] |
The name attribute is the text string name of this element. Optional attribute.
Definition at line 509 of file 1.4/dom/domLight.h.
domAssetRef domLight::elemAsset [protected] |
The light element may contain an asset element.
Definition at line 515 of file 1.4/dom/domLight.h.
domExtra_Array domLight::elemExtra_array [protected] |
The extra element may appear any number of times.
Definition at line 529 of file 1.4/dom/domLight.h.
domTechnique_Array domLight::elemTechnique_array [protected] |
This element may contain any number of non-common profile techniques.
Definition at line 525 of file 1.4/dom/domLight.h.
domTechnique_commonRef domLight::elemTechnique_common [protected] |
The technique_common element specifies the light information for the common profile which all COLLADA implementations need to support.
Definition at line 520 of file 1.4/dom/domLight.h.