#include <domGlsl_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 210 of file domGlsl_program.h.
| domGlsl_program::domBind_uniform::domParam::domParam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 239 of file domGlsl_program.h.
| virtual domGlsl_program::domBind_uniform::domParam::~domParam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 243 of file domGlsl_program.h.
| static DLLSPEC daeElementRef domGlsl_program::domBind_uniform::domParam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domGlsl_program::domBind_uniform::domParam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 213 of file domGlsl_program.h.
| xsNCName domGlsl_program::domBind_uniform::domParam::getRef | ( | ) | const [inline] |
Gets the ref attribute.
Definition at line 228 of file domGlsl_program.h.
| static daeInt domGlsl_program::domBind_uniform::domParam::ID | ( | ) | [inline, static] |
Definition at line 214 of file domGlsl_program.h.
| virtual domParam& domGlsl_program::domBind_uniform::domParam::operator= | ( | const domParam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 247 of file domGlsl_program.h.
| static DLLSPEC daeMetaElement* domGlsl_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 domGlsl_program::domBind_uniform::domParam::setRef | ( | xsNCName | atRef | ) | [inline] |
Sets the ref attribute.
| atRef | The new value for the ref attribute. |
Definition at line 233 of file domGlsl_program.h.
| virtual daeInt domGlsl_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 215 of file domGlsl_program.h.
SID of parameter
Definition at line 220 of file domGlsl_program.h.