#include <domGles_sampler.h>
Classes | |
class | domTexcoord |
Public Types | |
typedef daeTArray< domTexcoordRef > | domTexcoord_Array |
typedef daeSmartRef< domTexcoord > | domTexcoordRef |
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domGles_sampler_statesRef | getGles_sampler_states () const |
const domInstance_imageRef | getInstance_image () const |
const domTexcoordRef | getTexcoord () const |
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 (DAE &dae) | |
virtual domGles_sampler & | operator= (const domGles_sampler &cpy) |
virtual | ~domGles_sampler () |
Protected Attributes | |
domGles_sampler_statesRef | elemGles_sampler_states |
domInstance_imageRef | elemInstance_image |
domTexcoordRef | elemTexcoord |
Sampling state that can be sharable between samplers because there is often heavy re-use
Definition at line 16 of file domGles_sampler.h.
Definition at line 26 of file domGles_sampler.h.
Definition at line 23 of file domGles_sampler.h.
domGles_sampler::domGles_sampler | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 105 of file domGles_sampler.h.
virtual domGles_sampler::~domGles_sampler | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 109 of file domGles_sampler.h.
static DLLSPEC daeElementRef domGles_sampler::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domGles_sampler::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file domGles_sampler.h.
const domGles_sampler_statesRef domGles_sampler::getGles_sampler_states | ( | ) | const [inline] |
Gets the gles_sampler_states element.
Definition at line 100 of file domGles_sampler.h.
const domInstance_imageRef domGles_sampler::getInstance_image | ( | ) | const [inline] |
Gets the instance_image element.
Definition at line 90 of file domGles_sampler.h.
const domTexcoordRef domGles_sampler::getTexcoord | ( | ) | const [inline] |
Gets the texcoord element.
Definition at line 95 of file domGles_sampler.h.
static daeInt domGles_sampler::ID | ( | ) | [inline, static] |
Definition at line 20 of file domGles_sampler.h.
virtual domGles_sampler& domGles_sampler::operator= | ( | const domGles_sampler & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 113 of file domGles_sampler.h.
static DLLSPEC daeMetaElement* domGles_sampler::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.
virtual daeInt domGles_sampler::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 21 of file domGles_sampler.h.
Definition at line 83 of file domGles_sampler.h.
Definition at line 81 of file domGles_sampler.h.
domTexcoordRef domGles_sampler::elemTexcoord [protected] |
Definition at line 82 of file domGles_sampler.h.