#include <domGles_texcombiner_command_rgb.h>
Public Member Functions | |
const domGles_texcombiner_argument_rgb_Array & | getArgument_array () const |
domGles_texcombiner_argument_rgb_Array & | getArgument_array () |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domGles_texcombiner_operator_rgb | getOperator () const |
xsFloat | getScale () const |
void | setOperator (domGles_texcombiner_operator_rgb 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_rgb (DAE &dae) | |
virtual domGles_texcombiner_command_rgb & | operator= (const domGles_texcombiner_command_rgb &cpy) |
virtual | ~domGles_texcombiner_command_rgb () |
Protected Attributes | |
domGles_texcombiner_operator_rgb | attrOperator |
xsFloat | attrScale |
domGles_texcombiner_argument_rgb_Array | elemArgument_array |
Defines the RGB portion of a texture_pipeline command. This is a combiner-mode texturing operation.
Definition at line 15 of file domGles_texcombiner_command_rgb.h.
domGles_texcombiner_command_rgb::domGles_texcombiner_command_rgb | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 65 of file domGles_texcombiner_command_rgb.h.
virtual domGles_texcombiner_command_rgb::~domGles_texcombiner_command_rgb | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 69 of file domGles_texcombiner_command_rgb.h.
static DLLSPEC daeElementRef domGles_texcombiner_command_rgb::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domGles_texcombiner_argument_rgb_Array& domGles_texcombiner_command_rgb::getArgument_array | ( | ) | const [inline] |
Gets the argument element array.
Definition at line 60 of file domGles_texcombiner_command_rgb.h.
domGles_texcombiner_argument_rgb_Array& domGles_texcombiner_command_rgb::getArgument_array | ( | ) | [inline] |
Gets the argument element array.
Definition at line 55 of file domGles_texcombiner_command_rgb.h.
virtual COLLADA_TYPE::TypeEnum domGles_texcombiner_command_rgb::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 18 of file domGles_texcombiner_command_rgb.h.
domGles_texcombiner_operator_rgb domGles_texcombiner_command_rgb::getOperator | ( | ) | const [inline] |
Gets the operator attribute.
Definition at line 33 of file domGles_texcombiner_command_rgb.h.
xsFloat domGles_texcombiner_command_rgb::getScale | ( | ) | const [inline] |
Gets the scale attribute.
Definition at line 44 of file domGles_texcombiner_command_rgb.h.
static daeInt domGles_texcombiner_command_rgb::ID | ( | ) | [inline, static] |
Definition at line 19 of file domGles_texcombiner_command_rgb.h.
virtual domGles_texcombiner_command_rgb& domGles_texcombiner_command_rgb::operator= | ( | const domGles_texcombiner_command_rgb & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 73 of file domGles_texcombiner_command_rgb.h.
static DLLSPEC daeMetaElement* domGles_texcombiner_command_rgb::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_rgb::setOperator | ( | domGles_texcombiner_operator_rgb | atOperator | ) | [inline] |
Sets the operator attribute.
atOperator | The new value for the operator attribute. |
Definition at line 38 of file domGles_texcombiner_command_rgb.h.
void domGles_texcombiner_command_rgb::setScale | ( | xsFloat | atScale | ) | [inline] |
Sets the scale attribute.
atScale | The new value for the scale attribute. |
Definition at line 49 of file domGles_texcombiner_command_rgb.h.
virtual daeInt domGles_texcombiner_command_rgb::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 20 of file domGles_texcombiner_command_rgb.h.
Definition at line 22 of file domGles_texcombiner_command_rgb.h.
xsFloat domGles_texcombiner_command_rgb::attrScale [protected] |
Definition at line 23 of file domGles_texcombiner_command_rgb.h.
domGles_texcombiner_argument_rgb_Array domGles_texcombiner_command_rgb::elemArgument_array [protected] |
Definition at line 26 of file domGles_texcombiner_command_rgb.h.