#include <domProfile_COMMON.h>
Definition at line 227 of file domProfile_COMMON.h.
domProfile_COMMON::domTechnique::domPhong::domPhong | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 301 of file domProfile_COMMON.h.
virtual domProfile_COMMON::domTechnique::domPhong::~domPhong | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 305 of file domProfile_COMMON.h.
static DLLSPEC daeElementRef domProfile_COMMON::domTechnique::domPhong::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::domPhong::getAmbient | ( | ) | const [inline] |
Gets the ambient element.
Definition at line 256 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::getDiffuse | ( | ) | const [inline] |
Gets the diffuse element.
Definition at line 261 of file domProfile_COMMON.h.
virtual COLLADA_TYPE::TypeEnum domProfile_COMMON::domTechnique::domPhong::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 230 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::getEmission | ( | ) | const [inline] |
Gets the emission element.
Definition at line 251 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::getIndex_of_refraction | ( | ) | const [inline] |
Gets the index_of_refraction element.
Definition at line 296 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::getReflective | ( | ) | const [inline] |
Gets the reflective element.
Definition at line 276 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::getReflectivity | ( | ) | const [inline] |
Gets the reflectivity element.
Definition at line 281 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::getShininess | ( | ) | const [inline] |
Gets the shininess element.
Definition at line 271 of file domProfile_COMMON.h.
const domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::getSpecular | ( | ) | const [inline] |
Gets the specular element.
Definition at line 266 of file domProfile_COMMON.h.
const domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::getTransparency | ( | ) | const [inline] |
Gets the transparency element.
Definition at line 291 of file domProfile_COMMON.h.
const domCommon_transparent_typeRef domProfile_COMMON::domTechnique::domPhong::getTransparent | ( | ) | const [inline] |
Gets the transparent element.
Definition at line 286 of file domProfile_COMMON.h.
static daeInt domProfile_COMMON::domTechnique::domPhong::ID | ( | ) | [inline, static] |
Definition at line 231 of file domProfile_COMMON.h.
virtual domPhong& domProfile_COMMON::domTechnique::domPhong::operator= | ( | const domPhong & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 309 of file domProfile_COMMON.h.
static DLLSPEC daeMetaElement* domProfile_COMMON::domTechnique::domPhong::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::domPhong::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 232 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::elemAmbient [protected] |
Definition at line 236 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::elemDiffuse [protected] |
Definition at line 237 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::elemEmission [protected] |
Definition at line 235 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::elemIndex_of_refraction [protected] |
Definition at line 244 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::elemReflective [protected] |
Definition at line 240 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::elemReflectivity [protected] |
Definition at line 241 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::elemShininess [protected] |
Definition at line 239 of file domProfile_COMMON.h.
domCommon_color_or_texture_typeRef domProfile_COMMON::domTechnique::domPhong::elemSpecular [protected] |
Definition at line 238 of file domProfile_COMMON.h.
domCommon_float_or_param_typeRef domProfile_COMMON::domTechnique::domPhong::elemTransparency [protected] |
Definition at line 243 of file domProfile_COMMON.h.
domCommon_transparent_typeRef domProfile_COMMON::domTechnique::domPhong::elemTransparent [protected] |
Definition at line 242 of file domProfile_COMMON.h.