#include <domGles2_program.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getRef () const |
void | setRef (xsNCName atRef) |
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 | |
domParam (DAE &dae) | |
virtual domParam & | operator= (const domParam &cpy) |
virtual | ~domParam () |
Protected Attributes | |
xsNCName | attrRef |
Bind uniforms to parameters
Definition at line 211 of file domGles2_program.h.
domGles2_program::domBind_uniform::domParam::domParam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 240 of file domGles2_program.h.
virtual domGles2_program::domBind_uniform::domParam::~domParam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 244 of file domGles2_program.h.
static DLLSPEC daeElementRef domGles2_program::domBind_uniform::domParam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles2_program::domBind_uniform::domParam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 214 of file domGles2_program.h.
xsNCName domGles2_program::domBind_uniform::domParam::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Definition at line 229 of file domGles2_program.h.
static daeInt domGles2_program::domBind_uniform::domParam::ID | ( | ) | [inline, static] |
Definition at line 215 of file domGles2_program.h.
virtual domParam& domGles2_program::domBind_uniform::domParam::operator= | ( | const domParam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 248 of file domGles2_program.h.
static DLLSPEC daeMetaElement* domGles2_program::domBind_uniform::domParam::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 domGles2_program::domBind_uniform::domParam::setRef | ( | xsNCName | atRef | ) | [inline] |
Sets the ref attribute.
atRef | The new value for the ref attribute. |
Definition at line 234 of file domGles2_program.h.
virtual daeInt domGles2_program::domBind_uniform::domParam::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 216 of file domGles2_program.h.
SID of parameter
Definition at line 221 of file domGles2_program.h.