domProfile_common::domTechnique::domPhong Class Reference

#include <domProfile_common.h>

Inheritance diagram for domProfile_common::domTechnique::domPhong:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const
domFx_common_color_or_textureRef 
getAmbient () const
const
domFx_common_color_or_textureRef 
getDiffuse () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const
domFx_common_color_or_textureRef 
getEmission () const
const
domFx_common_float_or_paramRef 
getIndex_of_refraction () const
const
domFx_common_color_or_textureRef 
getReflective () const
const
domFx_common_float_or_paramRef 
getReflectivity () const
const
domFx_common_float_or_paramRef 
getShininess () const
const
domFx_common_color_or_textureRef 
getSpecular () const
const
domFx_common_float_or_paramRef 
getTransparency () const
const domFx_common_transparentRef getTransparent () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domPhong (DAE &dae)
virtual domPhongoperator= (const domPhong &cpy)
virtual ~domPhong ()

Protected Attributes

domFx_common_color_or_textureRef elemAmbient
domFx_common_color_or_textureRef elemDiffuse
domFx_common_color_or_textureRef elemEmission
domFx_common_float_or_paramRef elemIndex_of_refraction
domFx_common_color_or_textureRef elemReflective
domFx_common_float_or_paramRef elemReflectivity
domFx_common_float_or_paramRef elemShininess
domFx_common_color_or_textureRef elemSpecular
domFx_common_float_or_paramRef elemTransparency
domFx_common_transparentRef elemTransparent

Detailed Description

Definition at line 217 of file domProfile_common.h.


Constructor & Destructor Documentation

domProfile_common::domTechnique::domPhong::domPhong ( DAE dae  )  [inline, protected]

Constructor

Definition at line 291 of file domProfile_common.h.

virtual domProfile_common::domTechnique::domPhong::~domPhong (  )  [inline, protected, virtual]

Destructor

Definition at line 295 of file domProfile_common.h.


Member Function Documentation

static DLLSPEC daeElementRef domProfile_common::domTechnique::domPhong::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domPhong::getAmbient (  )  const [inline]

Gets the ambient element.

Returns:
a daeSmartRef to the ambient element.

Definition at line 246 of file domProfile_common.h.

const domFx_common_color_or_textureRef domProfile_common::domTechnique::domPhong::getDiffuse (  )  const [inline]

Gets the diffuse element.

Returns:
a daeSmartRef to the diffuse element.

Definition at line 251 of file domProfile_common.h.

virtual COLLADA_TYPE::TypeEnum domProfile_common::domTechnique::domPhong::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 220 of file domProfile_common.h.

const domFx_common_color_or_textureRef domProfile_common::domTechnique::domPhong::getEmission (  )  const [inline]

Gets the emission element.

Returns:
a daeSmartRef to the emission element.

Definition at line 241 of file domProfile_common.h.

const domFx_common_float_or_paramRef domProfile_common::domTechnique::domPhong::getIndex_of_refraction (  )  const [inline]

Gets the index_of_refraction element.

Returns:
a daeSmartRef to the index_of_refraction element.

Definition at line 286 of file domProfile_common.h.

const domFx_common_color_or_textureRef domProfile_common::domTechnique::domPhong::getReflective (  )  const [inline]

Gets the reflective element.

Returns:
a daeSmartRef to the reflective element.

Definition at line 266 of file domProfile_common.h.

const domFx_common_float_or_paramRef domProfile_common::domTechnique::domPhong::getReflectivity (  )  const [inline]

Gets the reflectivity element.

Returns:
a daeSmartRef to the reflectivity element.

Definition at line 271 of file domProfile_common.h.

const domFx_common_float_or_paramRef domProfile_common::domTechnique::domPhong::getShininess (  )  const [inline]

Gets the shininess element.

Returns:
a daeSmartRef to the shininess element.

Definition at line 261 of file domProfile_common.h.

const domFx_common_color_or_textureRef domProfile_common::domTechnique::domPhong::getSpecular (  )  const [inline]

Gets the specular element.

Returns:
a daeSmartRef to the specular element.

Definition at line 256 of file domProfile_common.h.

const domFx_common_float_or_paramRef domProfile_common::domTechnique::domPhong::getTransparency (  )  const [inline]

Gets the transparency element.

Returns:
a daeSmartRef to the transparency element.

Definition at line 281 of file domProfile_common.h.

const domFx_common_transparentRef domProfile_common::domTechnique::domPhong::getTransparent (  )  const [inline]

Gets the transparent element.

Returns:
a daeSmartRef to the transparent element.

Definition at line 276 of file domProfile_common.h.

static daeInt domProfile_common::domTechnique::domPhong::ID (  )  [inline, static]

Definition at line 221 of file domProfile_common.h.

virtual domPhong& domProfile_common::domTechnique::domPhong::operator= ( const domPhong cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 299 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.

Returns:
A daeMetaElement describing this COLLADA element.
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.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 222 of file domProfile_common.h.


Member Data Documentation

Definition at line 226 of file domProfile_common.h.

Definition at line 227 of file domProfile_common.h.

Definition at line 225 of file domProfile_common.h.

Definition at line 234 of file domProfile_common.h.

Definition at line 230 of file domProfile_common.h.

Definition at line 231 of file domProfile_common.h.

Definition at line 229 of file domProfile_common.h.

Definition at line 228 of file domProfile_common.h.

Definition at line 233 of file domProfile_common.h.

Definition at line 232 of file domProfile_common.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:31:47 2013