#include <domProfile_GLES.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsByte | getValue () const |
void | setValue (xsByte val) |
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_clear (DAE &dae) | |
virtual domStencil_clear & | operator= (const domStencil_clear &cpy) |
virtual | ~domStencil_clear () |
Protected Attributes | |
xsByte | _value |
Definition at line 441 of file domProfile_GLES.h.
domProfile_GLES::domTechnique::domPass::domStencil_clear::domStencil_clear | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 470 of file domProfile_GLES.h.
virtual domProfile_GLES::domTechnique::domPass::domStencil_clear::~domStencil_clear | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 474 of file domProfile_GLES.h.
static DLLSPEC daeElementRef domProfile_GLES::domTechnique::domPass::domStencil_clear::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domProfile_GLES::domTechnique::domPass::domStencil_clear::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 444 of file domProfile_GLES.h.
xsByte domProfile_GLES::domTechnique::domPass::domStencil_clear::getValue | ( | ) | const [inline] |
Gets the value of this element.
Definition at line 459 of file domProfile_GLES.h.
static daeInt domProfile_GLES::domTechnique::domPass::domStencil_clear::ID | ( | ) | [inline, static] |
Definition at line 445 of file domProfile_GLES.h.
virtual domStencil_clear& domProfile_GLES::domTechnique::domPass::domStencil_clear::operator= | ( | const domStencil_clear & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 478 of file domProfile_GLES.h.
static DLLSPEC daeMetaElement* domProfile_GLES::domTechnique::domPass::domStencil_clear::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.
void domProfile_GLES::domTechnique::domPass::domStencil_clear::setValue | ( | xsByte | val | ) | [inline] |
Sets the _value of this element.
val | The new value for this element. |
Definition at line 464 of file domProfile_GLES.h.
virtual daeInt domProfile_GLES::domTechnique::domPass::domStencil_clear::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 446 of file domProfile_GLES.h.
The xsByte value of the text data of this element.
Definition at line 452 of file domProfile_GLES.h.