#include <domGles2_pipeline_settings.h>

Classes | |
| class | domFail |
| class | domZfail |
| class | domZpass |
Public Types | |
| typedef daeTArray< domFailRef > | domFail_Array |
| typedef daeSmartRef< domFail > | domFailRef |
| typedef daeTArray< domZfailRef > | domZfail_Array |
| typedef daeSmartRef< domZfail > | domZfailRef |
| typedef daeTArray< domZpassRef > | domZpass_Array |
| typedef daeSmartRef< domZpass > | domZpassRef |
Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| const domFailRef | getFail () const |
| const domZfailRef | getZfail () const |
| const domZpassRef | getZpass () 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 | |
| domStencil_op (DAE &dae) | |
| virtual domStencil_op & | operator= (const domStencil_op &cpy) |
| virtual | ~domStencil_op () |
Protected Attributes | |
| domFailRef | elemFail |
| domZfailRef | elemZfail |
| domZpassRef | elemZpass |
Definition at line 2598 of file domGles2_pipeline_settings.h.
Definition at line 2608 of file domGles2_pipeline_settings.h.
Definition at line 2605 of file domGles2_pipeline_settings.h.
Definition at line 2675 of file domGles2_pipeline_settings.h.
Definition at line 2672 of file domGles2_pipeline_settings.h.
Definition at line 2742 of file domGles2_pipeline_settings.h.
Definition at line 2739 of file domGles2_pipeline_settings.h.
| domGles2_pipeline_settings::domStencil_op::domStencil_op | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 2833 of file domGles2_pipeline_settings.h.
| virtual domGles2_pipeline_settings::domStencil_op::~domStencil_op | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 2837 of file domGles2_pipeline_settings.h.
| static DLLSPEC daeElementRef domGles2_pipeline_settings::domStencil_op::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domGles2_pipeline_settings::domStencil_op::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 2601 of file domGles2_pipeline_settings.h.
| const domFailRef domGles2_pipeline_settings::domStencil_op::getFail | ( | ) | const [inline] |
Gets the fail element.
Definition at line 2818 of file domGles2_pipeline_settings.h.
| const domZfailRef domGles2_pipeline_settings::domStencil_op::getZfail | ( | ) | const [inline] |
Gets the zfail element.
Definition at line 2823 of file domGles2_pipeline_settings.h.
| const domZpassRef domGles2_pipeline_settings::domStencil_op::getZpass | ( | ) | const [inline] |
Gets the zpass element.
Definition at line 2828 of file domGles2_pipeline_settings.h.
| static daeInt domGles2_pipeline_settings::domStencil_op::ID | ( | ) | [inline, static] |
Definition at line 2602 of file domGles2_pipeline_settings.h.
| virtual domStencil_op& domGles2_pipeline_settings::domStencil_op::operator= | ( | const domStencil_op & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 2841 of file domGles2_pipeline_settings.h.
| static DLLSPEC daeMetaElement* domGles2_pipeline_settings::domStencil_op::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::domStencil_op::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 2603 of file domGles2_pipeline_settings.h.
Definition at line 2809 of file domGles2_pipeline_settings.h.
Definition at line 2810 of file domGles2_pipeline_settings.h.
Definition at line 2811 of file domGles2_pipeline_settings.h.