#include <domGles2_pipeline_settings.h>
Classes | |
class | domInvert |
class | domValue |
Public Types | |
typedef daeTArray< domInvertRef > | domInvert_Array |
typedef daeSmartRef< domInvert > | domInvertRef |
typedef daeTArray< domValueRef > | domValue_Array |
typedef daeSmartRef< domValue > | domValueRef |
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domInvertRef | getInvert () const |
const domValueRef | getValue () 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 | |
domSample_coverage (DAE &dae) | |
virtual domSample_coverage & | operator= (const domSample_coverage &cpy) |
virtual | ~domSample_coverage () |
Protected Attributes | |
domInvertRef | elemInvert |
domValueRef | elemValue |
Definition at line 1481 of file domGles2_pipeline_settings.h.
Definition at line 1558 of file domGles2_pipeline_settings.h.
Definition at line 1555 of file domGles2_pipeline_settings.h.
Definition at line 1491 of file domGles2_pipeline_settings.h.
Definition at line 1488 of file domGles2_pipeline_settings.h.
domGles2_pipeline_settings::domSample_coverage::domSample_coverage | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 1643 of file domGles2_pipeline_settings.h.
virtual domGles2_pipeline_settings::domSample_coverage::~domSample_coverage | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 1647 of file domGles2_pipeline_settings.h.
static DLLSPEC daeElementRef domGles2_pipeline_settings::domSample_coverage::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles2_pipeline_settings::domSample_coverage::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 1484 of file domGles2_pipeline_settings.h.
const domInvertRef domGles2_pipeline_settings::domSample_coverage::getInvert | ( | ) | const [inline] |
Gets the invert element.
Definition at line 1638 of file domGles2_pipeline_settings.h.
const domValueRef domGles2_pipeline_settings::domSample_coverage::getValue | ( | ) | const [inline] |
Gets the value element.
Definition at line 1633 of file domGles2_pipeline_settings.h.
static daeInt domGles2_pipeline_settings::domSample_coverage::ID | ( | ) | [inline, static] |
Definition at line 1485 of file domGles2_pipeline_settings.h.
virtual domSample_coverage& domGles2_pipeline_settings::domSample_coverage::operator= | ( | const domSample_coverage & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1651 of file domGles2_pipeline_settings.h.
static DLLSPEC daeMetaElement* domGles2_pipeline_settings::domSample_coverage::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::domSample_coverage::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 1486 of file domGles2_pipeline_settings.h.
Definition at line 1626 of file domGles2_pipeline_settings.h.
Definition at line 1625 of file domGles2_pipeline_settings.h.