#include <domFx_sampler2D.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () 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_sampler2D (DAE &dae) | |
| virtual domFx_sampler2D & | operator= (const domFx_sampler2D &cpy) |
| virtual | ~domFx_sampler2D () |
A two-dimensional texture sampler.
Definition at line 15 of file domFx_sampler2D.h.
| domFx_sampler2D::domFx_sampler2D | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 26 of file domFx_sampler2D.h.
| virtual domFx_sampler2D::~domFx_sampler2D | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 30 of file domFx_sampler2D.h.
| static DLLSPEC daeElementRef domFx_sampler2D::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domFx_sampler.
| virtual COLLADA_TYPE::TypeEnum domFx_sampler2D::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domFx_sampler.
Definition at line 18 of file domFx_sampler2D.h.
| static daeInt domFx_sampler2D::ID | ( | ) | [inline, static] |
Reimplemented from domFx_sampler.
Definition at line 19 of file domFx_sampler2D.h.
| virtual domFx_sampler2D& domFx_sampler2D::operator= | ( | const domFx_sampler2D & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 34 of file domFx_sampler2D.h.
| static DLLSPEC daeMetaElement* domFx_sampler2D::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 from domFx_sampler.
| virtual daeInt domFx_sampler2D::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.
Reimplemented from domFx_sampler.
Definition at line 20 of file domFx_sampler2D.h.