#include <domGles_texcombiner_argument_alpha.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domGles_texcombiner_operand_alpha | getOperand () const |
xsNCName | getSampler () const |
domGles_texcombiner_source | getSource () const |
void | setOperand (domGles_texcombiner_operand_alpha atOperand) |
void | setSampler (xsNCName atSampler) |
void | setSource (domGles_texcombiner_source atSource) |
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 | |
domGles_texcombiner_argument_alpha (DAE &dae) | |
virtual domGles_texcombiner_argument_alpha & | operator= (const domGles_texcombiner_argument_alpha &cpy) |
virtual | ~domGles_texcombiner_argument_alpha () |
Protected Attributes | |
domGles_texcombiner_operand_alpha | attrOperand |
xsNCName | attrSampler |
domGles_texcombiner_source | attrSource |
Definition at line 10 of file domGles_texcombiner_argument_alpha.h.
domGles_texcombiner_argument_alpha::domGles_texcombiner_argument_alpha | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 60 of file domGles_texcombiner_argument_alpha.h.
virtual domGles_texcombiner_argument_alpha::~domGles_texcombiner_argument_alpha | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 64 of file domGles_texcombiner_argument_alpha.h.
static DLLSPEC daeElementRef domGles_texcombiner_argument_alpha::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles_texcombiner_argument_alpha::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 13 of file domGles_texcombiner_argument_alpha.h.
domGles_texcombiner_operand_alpha domGles_texcombiner_argument_alpha::getOperand | ( | ) | const [inline] |
Gets the operand attribute.
Definition at line 38 of file domGles_texcombiner_argument_alpha.h.
xsNCName domGles_texcombiner_argument_alpha::getSampler | ( | ) | const [inline] |
Gets the sampler attribute.
Definition at line 49 of file domGles_texcombiner_argument_alpha.h.
domGles_texcombiner_source domGles_texcombiner_argument_alpha::getSource | ( | ) | const [inline] |
Gets the source attribute.
Definition at line 27 of file domGles_texcombiner_argument_alpha.h.
static daeInt domGles_texcombiner_argument_alpha::ID | ( | ) | [inline, static] |
Definition at line 14 of file domGles_texcombiner_argument_alpha.h.
virtual domGles_texcombiner_argument_alpha& domGles_texcombiner_argument_alpha::operator= | ( | const domGles_texcombiner_argument_alpha & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 68 of file domGles_texcombiner_argument_alpha.h.
static DLLSPEC daeMetaElement* domGles_texcombiner_argument_alpha::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 domGles_texcombiner_argument_alpha::setOperand | ( | domGles_texcombiner_operand_alpha | atOperand | ) | [inline] |
Sets the operand attribute.
atOperand | The new value for the operand attribute. |
Definition at line 43 of file domGles_texcombiner_argument_alpha.h.
void domGles_texcombiner_argument_alpha::setSampler | ( | xsNCName | atSampler | ) | [inline] |
Sets the sampler attribute.
atSampler | The new value for the sampler attribute. |
Definition at line 54 of file domGles_texcombiner_argument_alpha.h.
void domGles_texcombiner_argument_alpha::setSource | ( | domGles_texcombiner_source | atSource | ) | [inline] |
Sets the source attribute.
atSource | The new value for the source attribute. |
Definition at line 32 of file domGles_texcombiner_argument_alpha.h.
virtual daeInt domGles_texcombiner_argument_alpha::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 15 of file domGles_texcombiner_argument_alpha.h.
Definition at line 18 of file domGles_texcombiner_argument_alpha.h.
Definition at line 19 of file domGles_texcombiner_argument_alpha.h.
Definition at line 17 of file domGles_texcombiner_argument_alpha.h.