#include <domGles_sampler_state.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_sampler_state (DAE &dae) | |
virtual domGles_sampler_state & | operator= (const domGles_sampler_state &cpy) |
virtual | ~domGles_sampler_state () |
An element of type domGles_sampler_state_complexType.
Definition at line 530 of file domGles_sampler_state.h.
domGles_sampler_state::domGles_sampler_state | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 553 of file domGles_sampler_state.h.
virtual domGles_sampler_state::~domGles_sampler_state | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 557 of file domGles_sampler_state.h.
static DLLSPEC daeElementRef domGles_sampler_state::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles_sampler_state::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 533 of file domGles_sampler_state.h.
xsNCName domGles_sampler_state::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Reimplemented from domGles_sampler_state_complexType.
Definition at line 542 of file domGles_sampler_state.h.
static daeInt domGles_sampler_state::ID | ( | ) | [inline, static] |
Definition at line 534 of file domGles_sampler_state.h.
virtual domGles_sampler_state& domGles_sampler_state::operator= | ( | const domGles_sampler_state & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 561 of file domGles_sampler_state.h.
static DLLSPEC daeMetaElement* domGles_sampler_state::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_sampler_state::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Reimplemented from domGles_sampler_state_complexType.
Definition at line 547 of file domGles_sampler_state.h.
virtual daeInt domGles_sampler_state::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 535 of file domGles_sampler_state.h.