#include <domGles_sampler.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
xsNCName | getSemantic () const |
void | setSemantic (xsNCName atSemantic) |
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 | |
domTexcoord (DAE &dae) | |
virtual domTexcoord & | operator= (const domTexcoord &cpy) |
virtual | ~domTexcoord () |
Protected Attributes | |
xsNCName | attrSemantic |
Definition at line 28 of file domGles_sampler.h.
domGles_sampler::domTexcoord::domTexcoord | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 54 of file domGles_sampler.h.
virtual domGles_sampler::domTexcoord::~domTexcoord | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 58 of file domGles_sampler.h.
static DLLSPEC daeElementRef domGles_sampler::domTexcoord::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles_sampler::domTexcoord::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 31 of file domGles_sampler.h.
xsNCName domGles_sampler::domTexcoord::getSemantic | ( | ) | const [inline] |
Gets the semantic attribute.
Definition at line 43 of file domGles_sampler.h.
static daeInt domGles_sampler::domTexcoord::ID | ( | ) | [inline, static] |
Definition at line 32 of file domGles_sampler.h.
virtual domTexcoord& domGles_sampler::domTexcoord::operator= | ( | const domTexcoord & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 62 of file domGles_sampler.h.
static DLLSPEC daeMetaElement* domGles_sampler::domTexcoord::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::domTexcoord::setSemantic | ( | xsNCName | atSemantic | ) | [inline] |
Sets the semantic attribute.
atSemantic | The new value for the semantic attribute. |
Definition at line 48 of file domGles_sampler.h.
virtual daeInt domGles_sampler::domTexcoord::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 33 of file domGles_sampler.h.
xsNCName domGles_sampler::domTexcoord::attrSemantic [protected] |
Definition at line 35 of file domGles_sampler.h.