#include <domFx_setparam.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| const domFx_sampler_statesRef | getFx_sampler_states () 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 | |
| domSampler_states (DAE &dae) | |
| virtual domSampler_states & | operator= (const domSampler_states &cpy) |
| virtual | ~domSampler_states () |
Protected Attributes | |
| domFx_sampler_statesRef | elemFx_sampler_states |
Definition at line 1477 of file domFx_setparam.h.
| domFx_setparam::domSampler_states::domSampler_states | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 1497 of file domFx_setparam.h.
| virtual domFx_setparam::domSampler_states::~domSampler_states | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 1501 of file domFx_setparam.h.
| static DLLSPEC daeElementRef domFx_setparam::domSampler_states::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domFx_setparam::domSampler_states::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 1480 of file domFx_setparam.h.
| const domFx_sampler_statesRef domFx_setparam::domSampler_states::getFx_sampler_states | ( | ) | const [inline] |
Gets the fx_sampler_states element.
Definition at line 1492 of file domFx_setparam.h.
| static daeInt domFx_setparam::domSampler_states::ID | ( | ) | [inline, static] |
Definition at line 1481 of file domFx_setparam.h.
| virtual domSampler_states& domFx_setparam::domSampler_states::operator= | ( | const domSampler_states & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1505 of file domFx_setparam.h.
| static DLLSPEC daeMetaElement* domFx_setparam::domSampler_states::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 domFx_setparam::domSampler_states::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 1482 of file domFx_setparam.h.
Definition at line 1485 of file domFx_setparam.h.