#include <domProfile_COMMON.h>
Definition at line 136 of file domProfile_COMMON.h.
domProfile_COMMON::domTechnique::domLambert::domLambert | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 198 of file domProfile_COMMON.h.
virtual domProfile_COMMON::domTechnique::domLambert::~domLambert | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 202 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 domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::getAmbient | ( | ) | const [inline] |
Gets the ambient element.
Definition at line 163 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::getDiffuse | ( | ) | const [inline] |
Gets the diffuse element.
Definition at line 168 of file domProfile_COMMON.h.
virtual COLLADA_TYPE::TypeEnum domProfile_COMMON::domTechnique::domLambert::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 139 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::getEmission | ( | ) | const [inline] |
Gets the emission element.
Definition at line 158 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domLambert::getIndex_of_refraction | ( | ) | const [inline] |
Gets the index_of_refraction element.
Definition at line 193 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::getReflective | ( | ) | const [inline] |
Gets the reflective element.
Definition at line 173 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domLambert::getReflectivity | ( | ) | const [inline] |
Gets the reflectivity element.
Definition at line 178 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domLambert::getTransparency | ( | ) | const [inline] |
Gets the transparency element.
Definition at line 188 of file domProfile_COMMON.h.
const domCommon_transparent_typeRef domProfile_COMMON::domTechnique::domLambert::getTransparent | ( | ) | const [inline] |
Gets the transparent element.
Definition at line 183 of file domProfile_COMMON.h.
static daeInt domProfile_COMMON::domTechnique::domLambert::ID | ( | ) | [inline, static] |
Definition at line 140 of file domProfile_COMMON.h.
virtual domLambert& domProfile_COMMON::domTechnique::domLambert::operator= | ( | const domLambert & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 206 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 141 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::elemAmbient [protected] |
Definition at line 145 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::elemDiffuse [protected] |
Definition at line 146 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::elemEmission [protected] |
Definition at line 144 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domLambert::elemIndex_of_refraction [protected] |
Definition at line 151 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domLambert::elemReflective [protected] |
Definition at line 147 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domLambert::elemReflectivity [protected] |
Definition at line 148 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domLambert::elemTransparency [protected] |
Definition at line 150 of file domProfile_COMMON.h.
domCommon_transparent_typeRef domProfile_COMMON::domTechnique::domLambert::elemTransparent [protected] |
Definition at line 149 of file domProfile_COMMON.h.