#include <domProfile_glsl.h>
Definition at line 125 of file domProfile_glsl.h.
Definition at line 135 of file domProfile_glsl.h.
Definition at line 132 of file domProfile_glsl.h.
domProfile_glsl::domTechnique::domPass::domEvaluate::domEvaluate | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 271 of file domProfile_glsl.h.
virtual domProfile_glsl::domTechnique::domPass::domEvaluate::~domEvaluate | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 275 of file domProfile_glsl.h.
static DLLSPEC daeElementRef domProfile_glsl::domTechnique::domPass::domEvaluate::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_clearcolor_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getColor_clear_array | ( | ) | const [inline] |
Gets the color_clear element array.
Definition at line 241 of file domProfile_glsl.h.
domFx_clearcolor_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getColor_clear_array | ( | ) | [inline] |
Gets the color_clear element array.
Definition at line 236 of file domProfile_glsl.h.
const domFx_colortarget_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getColor_target_array | ( | ) | const [inline] |
Gets the color_target element array.
Definition at line 211 of file domProfile_glsl.h.
domFx_colortarget_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getColor_target_array | ( | ) | [inline] |
Gets the color_target element array.
Definition at line 206 of file domProfile_glsl.h.
const domFx_cleardepth_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getDepth_clear_array | ( | ) | const [inline] |
Gets the depth_clear element array.
Definition at line 251 of file domProfile_glsl.h.
domFx_cleardepth_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getDepth_clear_array | ( | ) | [inline] |
Gets the depth_clear element array.
Definition at line 246 of file domProfile_glsl.h.
const domFx_depthtarget_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getDepth_target_array | ( | ) | const [inline] |
Gets the depth_target element array.
Definition at line 221 of file domProfile_glsl.h.
domFx_depthtarget_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getDepth_target_array | ( | ) | [inline] |
Gets the depth_target element array.
Definition at line 216 of file domProfile_glsl.h.
const domDrawRef domProfile_glsl::domTechnique::domPass::domEvaluate::getDraw | ( | ) | const [inline] |
Gets the draw element.
Definition at line 266 of file domProfile_glsl.h.
virtual COLLADA_TYPE::TypeEnum domProfile_glsl::domTechnique::domPass::domEvaluate::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 128 of file domProfile_glsl.h.
const domFx_clearstencil_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getStencil_clear_array | ( | ) | const [inline] |
Gets the stencil_clear element array.
Definition at line 261 of file domProfile_glsl.h.
domFx_clearstencil_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getStencil_clear_array | ( | ) | [inline] |
Gets the stencil_clear element array.
Definition at line 256 of file domProfile_glsl.h.
const domFx_stenciltarget_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getStencil_target_array | ( | ) | const [inline] |
Gets the stencil_target element array.
Definition at line 231 of file domProfile_glsl.h.
domFx_stenciltarget_Array& domProfile_glsl::domTechnique::domPass::domEvaluate::getStencil_target_array | ( | ) | [inline] |
Gets the stencil_target element array.
Definition at line 226 of file domProfile_glsl.h.
static daeInt domProfile_glsl::domTechnique::domPass::domEvaluate::ID | ( | ) | [inline, static] |
Definition at line 129 of file domProfile_glsl.h.
virtual domEvaluate& domProfile_glsl::domTechnique::domPass::domEvaluate::operator= | ( | const domEvaluate & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 279 of file domProfile_glsl.h.
static DLLSPEC daeMetaElement* domProfile_glsl::domTechnique::domPass::domEvaluate::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_glsl::domTechnique::domPass::domEvaluate::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 130 of file domProfile_glsl.h.
domFx_clearcolor_Array domProfile_glsl::domTechnique::domPass::domEvaluate::elemColor_clear_array [protected] |
Definition at line 196 of file domProfile_glsl.h.
domFx_colortarget_Array domProfile_glsl::domTechnique::domPass::domEvaluate::elemColor_target_array [protected] |
Definition at line 193 of file domProfile_glsl.h.
domFx_cleardepth_Array domProfile_glsl::domTechnique::domPass::domEvaluate::elemDepth_clear_array [protected] |
Definition at line 197 of file domProfile_glsl.h.
domFx_depthtarget_Array domProfile_glsl::domTechnique::domPass::domEvaluate::elemDepth_target_array [protected] |
Definition at line 194 of file domProfile_glsl.h.
Definition at line 199 of file domProfile_glsl.h.
domFx_clearstencil_Array domProfile_glsl::domTechnique::domPass::domEvaluate::elemStencil_clear_array [protected] |
Definition at line 198 of file domProfile_glsl.h.
domFx_stenciltarget_Array domProfile_glsl::domTechnique::domPass::domEvaluate::elemStencil_target_array [protected] |
Definition at line 195 of file domProfile_glsl.h.