#include <domProfile_common.h>
Definition at line 126 of file domProfile_common.h.
domProfile_common::domTechnique::domLambert::domLambert | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 188 of file domProfile_common.h.
virtual domProfile_common::domTechnique::domLambert::~domLambert | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 192 of file domProfile_common.h.
static DLLSPEC daeElementRef domProfile_common::domTechnique::domLambert::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::getAmbient | ( | ) | const [inline] |
Gets the ambient element.
Definition at line 153 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::getDiffuse | ( | ) | const [inline] |
Gets the diffuse element.
Definition at line 158 of file domProfile_common.h.
virtual COLLADA_TYPE::TypeEnum domProfile_common::domTechnique::domLambert::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 129 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::getEmission | ( | ) | const [inline] |
Gets the emission element.
Definition at line 148 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domLambert::getIndex_of_refraction | ( | ) | const [inline] |
Gets the index_of_refraction element.
Definition at line 183 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::getReflective | ( | ) | const [inline] |
Gets the reflective element.
Definition at line 163 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domLambert::getReflectivity | ( | ) | const [inline] |
Gets the reflectivity element.
Definition at line 168 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domLambert::getTransparency | ( | ) | const [inline] |
Gets the transparency element.
Definition at line 178 of file domProfile_common.h.
const domFx_common_transparentRef domProfile_common::domTechnique::domLambert::getTransparent | ( | ) | const [inline] |
Gets the transparent element.
Definition at line 173 of file domProfile_common.h.
static daeInt domProfile_common::domTechnique::domLambert::ID | ( | ) | [inline, static] |
Definition at line 130 of file domProfile_common.h.
virtual domLambert& domProfile_common::domTechnique::domLambert::operator= | ( | const domLambert & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 196 of file domProfile_common.h.
static DLLSPEC daeMetaElement* domProfile_common::domTechnique::domLambert::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.
virtual daeInt domProfile_common::domTechnique::domLambert::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 131 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::elemAmbient [protected] |
Definition at line 135 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::elemDiffuse [protected] |
Definition at line 136 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::elemEmission [protected] |
Definition at line 134 of file domProfile_common.h.
domFx_common_float_or_paramRef domProfile_common::domTechnique::domLambert::elemIndex_of_refraction [protected] |
Definition at line 141 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domLambert::elemReflective [protected] |
Definition at line 137 of file domProfile_common.h.
domFx_common_float_or_paramRef domProfile_common::domTechnique::domLambert::elemReflectivity [protected] |
Definition at line 138 of file domProfile_common.h.
domFx_common_float_or_paramRef domProfile_common::domTechnique::domLambert::elemTransparency [protected] |
Definition at line 140 of file domProfile_common.h.
domFx_common_transparentRef domProfile_common::domTechnique::domLambert::elemTransparent [protected] |
Definition at line 139 of file domProfile_common.h.