#include <domGles_texcombiner_command_alpha.h>
Public Member Functions | |
const domGles_texcombiner_argument_alpha_Array & | getArgument_array () const |
domGles_texcombiner_argument_alpha_Array & | getArgument_array () |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domGles_texcombiner_operator_alpha | getOperator () const |
xsFloat | getScale () const |
void | setOperator (domGles_texcombiner_operator_alpha atOperator) |
void | setScale (xsFloat atScale) |
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_command_alpha (DAE &dae) | |
virtual domGles_texcombiner_command_alpha & | operator= (const domGles_texcombiner_command_alpha &cpy) |
virtual | ~domGles_texcombiner_command_alpha () |
Protected Attributes | |
domGles_texcombiner_operator_alpha | attrOperator |
xsFloat | attrScale |
domGles_texcombiner_argument_alpha_Array | elemArgument_array |
Definition at line 11 of file domGles_texcombiner_command_alpha.h.
domGles_texcombiner_command_alpha::domGles_texcombiner_command_alpha | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 61 of file domGles_texcombiner_command_alpha.h.
virtual domGles_texcombiner_command_alpha::~domGles_texcombiner_command_alpha | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 65 of file domGles_texcombiner_command_alpha.h.
static DLLSPEC daeElementRef domGles_texcombiner_command_alpha::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domGles_texcombiner_argument_alpha_Array& domGles_texcombiner_command_alpha::getArgument_array | ( | ) | const [inline] |
Gets the argument element array.
Definition at line 56 of file domGles_texcombiner_command_alpha.h.
domGles_texcombiner_argument_alpha_Array& domGles_texcombiner_command_alpha::getArgument_array | ( | ) | [inline] |
Gets the argument element array.
Definition at line 51 of file domGles_texcombiner_command_alpha.h.
virtual COLLADA_TYPE::TypeEnum domGles_texcombiner_command_alpha::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domGles_texcombiner_command_alpha.h.
domGles_texcombiner_operator_alpha domGles_texcombiner_command_alpha::getOperator | ( | ) | const [inline] |
Gets the operator attribute.
Definition at line 29 of file domGles_texcombiner_command_alpha.h.
xsFloat domGles_texcombiner_command_alpha::getScale | ( | ) | const [inline] |
Gets the scale attribute.
Definition at line 40 of file domGles_texcombiner_command_alpha.h.
static daeInt domGles_texcombiner_command_alpha::ID | ( | ) | [inline, static] |
Definition at line 15 of file domGles_texcombiner_command_alpha.h.
virtual domGles_texcombiner_command_alpha& domGles_texcombiner_command_alpha::operator= | ( | const domGles_texcombiner_command_alpha & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 69 of file domGles_texcombiner_command_alpha.h.
static DLLSPEC daeMetaElement* domGles_texcombiner_command_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_command_alpha::setOperator | ( | domGles_texcombiner_operator_alpha | atOperator | ) | [inline] |
Sets the operator attribute.
atOperator | The new value for the operator attribute. |
Definition at line 34 of file domGles_texcombiner_command_alpha.h.
void domGles_texcombiner_command_alpha::setScale | ( | xsFloat | atScale | ) | [inline] |
Sets the scale attribute.
atScale | The new value for the scale attribute. |
Definition at line 45 of file domGles_texcombiner_command_alpha.h.
virtual daeInt domGles_texcombiner_command_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 16 of file domGles_texcombiner_command_alpha.h.
Definition at line 18 of file domGles_texcombiner_command_alpha.h.
xsFloat domGles_texcombiner_command_alpha::attrScale [protected] |
Definition at line 19 of file domGles_texcombiner_command_alpha.h.
domGles_texcombiner_argument_alpha_Array domGles_texcombiner_command_alpha::elemArgument_array [protected] |
Definition at line 22 of file domGles_texcombiner_command_alpha.h.