#include <domGles_texcombiner_command.h>
Public Member Functions | |
const domGles_texcombiner_command_alphaRef | getAlpha () const |
const domGles_texture_constantRef | getConstant () const |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domGles_texcombiner_command_rgbRef | getRGB () 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 | |
domGles_texcombiner_command (DAE &dae) | |
virtual domGles_texcombiner_command & | operator= (const domGles_texcombiner_command &cpy) |
virtual | ~domGles_texcombiner_command () |
Protected Attributes | |
domGles_texcombiner_command_alphaRef | elemAlpha |
domGles_texture_constantRef | elemConstant |
domGles_texcombiner_command_rgbRef | elemRGB |
Definition at line 13 of file domGles_texcombiner_command.h.
domGles_texcombiner_command::domGles_texcombiner_command | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 45 of file domGles_texcombiner_command.h.
virtual domGles_texcombiner_command::~domGles_texcombiner_command | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 49 of file domGles_texcombiner_command.h.
static DLLSPEC daeElementRef domGles_texcombiner_command::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domGles_texcombiner_command_alphaRef domGles_texcombiner_command::getAlpha | ( | ) | const [inline] |
Gets the alpha element.
Definition at line 40 of file domGles_texcombiner_command.h.
const domGles_texture_constantRef domGles_texcombiner_command::getConstant | ( | ) | const [inline] |
Gets the constant element.
Definition at line 30 of file domGles_texcombiner_command.h.
virtual COLLADA_TYPE::TypeEnum domGles_texcombiner_command::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 16 of file domGles_texcombiner_command.h.
const domGles_texcombiner_command_rgbRef domGles_texcombiner_command::getRGB | ( | ) | const [inline] |
Gets the RGB element.
Definition at line 35 of file domGles_texcombiner_command.h.
static daeInt domGles_texcombiner_command::ID | ( | ) | [inline, static] |
Definition at line 17 of file domGles_texcombiner_command.h.
virtual domGles_texcombiner_command& domGles_texcombiner_command::operator= | ( | const domGles_texcombiner_command & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 53 of file domGles_texcombiner_command.h.
static DLLSPEC daeMetaElement* domGles_texcombiner_command::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 domGles_texcombiner_command::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 18 of file domGles_texcombiner_command.h.
Definition at line 23 of file domGles_texcombiner_command.h.
Definition at line 21 of file domGles_texcombiner_command.h.
Definition at line 22 of file domGles_texcombiner_command.h.