#include <domGles_texture_unit.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getSid () const |
void | setSid (xsNCName atSid) |
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_texture_unit (DAE &dae) | |
virtual domGles_texture_unit & | operator= (const domGles_texture_unit &cpy) |
virtual | ~domGles_texture_unit () |
An element of type domGles_texture_unit_complexType.
Definition at line 263 of file domGles_texture_unit.h.
domGles_texture_unit::domGles_texture_unit | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 286 of file domGles_texture_unit.h.
virtual domGles_texture_unit::~domGles_texture_unit | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 290 of file domGles_texture_unit.h.
static DLLSPEC daeElementRef domGles_texture_unit::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles_texture_unit::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 266 of file domGles_texture_unit.h.
xsNCName domGles_texture_unit::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domGles_texture_unit_complexType.
Definition at line 275 of file domGles_texture_unit.h.
static daeInt domGles_texture_unit::ID | ( | ) | [inline, static] |
Definition at line 267 of file domGles_texture_unit.h.
virtual domGles_texture_unit& domGles_texture_unit::operator= | ( | const domGles_texture_unit & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 294 of file domGles_texture_unit.h.
static DLLSPEC daeMetaElement* domGles_texture_unit::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_texture_unit::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Reimplemented from domGles_texture_unit_complexType.
Definition at line 280 of file domGles_texture_unit.h.
virtual daeInt domGles_texture_unit::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 268 of file domGles_texture_unit.h.