#include <domGles2_pipeline_settings.h>
Classes | |
class | domAlpha |
class | domRgb |
Public Types | |
typedef daeTArray< domAlphaRef > | domAlpha_Array |
typedef daeSmartRef< domAlpha > | domAlphaRef |
typedef daeTArray< domRgbRef > | domRgb_Array |
typedef daeSmartRef< domRgb > | domRgbRef |
Public Member Functions | |
const domAlphaRef | getAlpha () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domRgbRef | getRgb () const |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domBlend_equation_separate (DAE &dae) | |
virtual domBlend_equation_separate & | operator= (const domBlend_equation_separate &cpy) |
virtual | ~domBlend_equation_separate () |
Protected Attributes | |
domAlphaRef | elemAlpha |
domRgbRef | elemRgb |
Definition at line 159 of file domGles2_pipeline_settings.h.
typedef daeTArray<domAlphaRef> domGles2_pipeline_settings::domBlend_equation_separate::domAlpha_Array |
Definition at line 236 of file domGles2_pipeline_settings.h.
Definition at line 233 of file domGles2_pipeline_settings.h.
Definition at line 169 of file domGles2_pipeline_settings.h.
Definition at line 166 of file domGles2_pipeline_settings.h.
domGles2_pipeline_settings::domBlend_equation_separate::domBlend_equation_separate | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 321 of file domGles2_pipeline_settings.h.
virtual domGles2_pipeline_settings::domBlend_equation_separate::~domBlend_equation_separate | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 325 of file domGles2_pipeline_settings.h.
static DLLSPEC daeElementRef domGles2_pipeline_settings::domBlend_equation_separate::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAlphaRef domGles2_pipeline_settings::domBlend_equation_separate::getAlpha | ( | ) | const [inline] |
Gets the alpha element.
Definition at line 316 of file domGles2_pipeline_settings.h.
virtual COLLADA_TYPE::TypeEnum domGles2_pipeline_settings::domBlend_equation_separate::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 162 of file domGles2_pipeline_settings.h.
const domRgbRef domGles2_pipeline_settings::domBlend_equation_separate::getRgb | ( | ) | const [inline] |
Gets the rgb element.
Definition at line 311 of file domGles2_pipeline_settings.h.
static daeInt domGles2_pipeline_settings::domBlend_equation_separate::ID | ( | ) | [inline, static] |
Definition at line 163 of file domGles2_pipeline_settings.h.
virtual domBlend_equation_separate& domGles2_pipeline_settings::domBlend_equation_separate::operator= | ( | const domBlend_equation_separate & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 329 of file domGles2_pipeline_settings.h.
static DLLSPEC daeMetaElement* domGles2_pipeline_settings::domBlend_equation_separate::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 domGles2_pipeline_settings::domBlend_equation_separate::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 164 of file domGles2_pipeline_settings.h.
Definition at line 304 of file domGles2_pipeline_settings.h.
Definition at line 303 of file domGles2_pipeline_settings.h.