#include <domCg_sampler3D.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 | |
domCg_sampler3D (DAE &dae) | |
virtual domCg_sampler3D & | operator= (const domCg_sampler3D &cpy) |
virtual | ~domCg_sampler3D () |
An element of type domCg_sampler3D_complexType.
Definition at line 40 of file domCg_sampler3D.h.
domCg_sampler3D::domCg_sampler3D | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 50 of file domCg_sampler3D.h.
virtual domCg_sampler3D::~domCg_sampler3D | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 54 of file domCg_sampler3D.h.
static DLLSPEC daeElementRef domCg_sampler3D::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domCg_sampler3D::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 43 of file domCg_sampler3D.h.
static daeInt domCg_sampler3D::ID | ( | ) | [inline, static] |
Definition at line 44 of file domCg_sampler3D.h.
virtual domCg_sampler3D& domCg_sampler3D::operator= | ( | const domCg_sampler3D & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 58 of file domCg_sampler3D.h.
static DLLSPEC daeMetaElement* domCg_sampler3D::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 domCg_sampler3D::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 45 of file domCg_sampler3D.h.