#include <domFx_sampler.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domFx_sampler_statesRef | getFx_sampler_states () const |
const domInstance_imageRef | getInstance_image () 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 | |
domFx_sampler (DAE &dae) | |
virtual domFx_sampler & | operator= (const domFx_sampler &cpy) |
virtual | ~domFx_sampler () |
Protected Attributes | |
domFx_sampler_statesRef | elemFx_sampler_states |
domInstance_imageRef | elemInstance_image |
Sampling state that can be sharable between samplers because there is often heavy re-use
Definition at line 16 of file domFx_sampler.h.
domFx_sampler::domFx_sampler | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 42 of file domFx_sampler.h.
virtual domFx_sampler::~domFx_sampler | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 46 of file domFx_sampler.h.
static DLLSPEC daeElementRef domFx_sampler::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented in domFx_sampler1D, domFx_sampler2D, domFx_sampler3D, domFx_samplerCUBE, domFx_samplerDEPTH, and domFx_samplerRECT.
virtual COLLADA_TYPE::TypeEnum domFx_sampler::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Reimplemented in domFx_sampler1D, domFx_sampler2D, domFx_sampler3D, domFx_samplerCUBE, domFx_samplerDEPTH, and domFx_samplerRECT.
Definition at line 19 of file domFx_sampler.h.
const domFx_sampler_statesRef domFx_sampler::getFx_sampler_states | ( | ) | const [inline] |
Gets the fx_sampler_states element.
Definition at line 37 of file domFx_sampler.h.
const domInstance_imageRef domFx_sampler::getInstance_image | ( | ) | const [inline] |
Gets the instance_image element.
Definition at line 32 of file domFx_sampler.h.
static daeInt domFx_sampler::ID | ( | ) | [inline, static] |
Reimplemented in domFx_sampler1D, domFx_sampler2D, domFx_sampler3D, domFx_samplerCUBE, domFx_samplerDEPTH, and domFx_samplerRECT.
Definition at line 20 of file domFx_sampler.h.
virtual domFx_sampler& domFx_sampler::operator= | ( | const domFx_sampler & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 50 of file domFx_sampler.h.
static DLLSPEC daeMetaElement* domFx_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.
Reimplemented in domFx_sampler1D, domFx_sampler2D, domFx_sampler3D, domFx_samplerCUBE, domFx_samplerDEPTH, and domFx_samplerRECT.
virtual daeInt domFx_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.
Reimplemented in domFx_sampler1D, domFx_sampler2D, domFx_sampler3D, domFx_samplerCUBE, domFx_samplerDEPTH, and domFx_samplerRECT.
Definition at line 21 of file domFx_sampler.h.
Definition at line 25 of file domFx_sampler.h.
Definition at line 24 of file domFx_sampler.h.