#include <domProfile_COMMON.h>
Definition at line 57 of file domProfile_COMMON.h.
domProfile_COMMON::domTechnique::domConstant::domConstant | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 107 of file domProfile_COMMON.h.
virtual domProfile_COMMON::domTechnique::domConstant::~domConstant | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 111 of file domProfile_COMMON.h.
static DLLSPEC daeElementRef domProfile_COMMON::domTechnique::domConstant::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domProfile_COMMON::domTechnique::domConstant::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 60 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domConstant::getEmission | ( | ) | const [inline] |
Gets the emission element.
Definition at line 77 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domConstant::getIndex_of_refraction | ( | ) | const [inline] |
Gets the index_of_refraction element.
Definition at line 102 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domConstant::getReflective | ( | ) | const [inline] |
Gets the reflective element.
Definition at line 82 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domConstant::getReflectivity | ( | ) | const [inline] |
Gets the reflectivity element.
Definition at line 87 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domConstant::getTransparency | ( | ) | const [inline] |
Gets the transparency element.
Definition at line 97 of file domProfile_COMMON.h.
const domCommon_transparent_typeRef domProfile_COMMON::domTechnique::domConstant::getTransparent | ( | ) | const [inline] |
Gets the transparent element.
Definition at line 92 of file domProfile_COMMON.h.
static daeInt domProfile_COMMON::domTechnique::domConstant::ID | ( | ) | [inline, static] |
Definition at line 61 of file domProfile_COMMON.h.
virtual domConstant& domProfile_COMMON::domTechnique::domConstant::operator= | ( | const domConstant & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 115 of file domProfile_COMMON.h.
static DLLSPEC daeMetaElement* domProfile_COMMON::domTechnique::domConstant::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::domConstant::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 62 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domConstant::elemEmission [protected] |
Definition at line 65 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domConstant::elemIndex_of_refraction [protected] |
Definition at line 70 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domConstant::elemReflective [protected] |
Definition at line 66 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domConstant::elemReflectivity [protected] |
Definition at line 67 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domConstant::elemTransparency [protected] |
Definition at line 69 of file domProfile_COMMON.h.
domCommon_transparent_typeRef domProfile_COMMON::domTechnique::domConstant::elemTransparent [protected] |
Definition at line 68 of file domProfile_COMMON.h.