#include <domFx_colortarget.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_colortarget (DAE &dae) | |
virtual domFx_colortarget & | operator= (const domFx_colortarget &cpy) |
virtual | ~domFx_colortarget () |
Definition at line 11 of file domFx_colortarget.h.
domFx_colortarget::domFx_colortarget | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 22 of file domFx_colortarget.h.
virtual domFx_colortarget::~domFx_colortarget | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 26 of file domFx_colortarget.h.
static DLLSPEC daeElementRef domFx_colortarget::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented from domFx_rendertarget.
virtual COLLADA_TYPE::TypeEnum domFx_colortarget::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domFx_rendertarget.
Definition at line 14 of file domFx_colortarget.h.
static daeInt domFx_colortarget::ID | ( | ) | [inline, static] |
Reimplemented from domFx_rendertarget.
Definition at line 15 of file domFx_colortarget.h.
virtual domFx_colortarget& domFx_colortarget::operator= | ( | const domFx_colortarget & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 30 of file domFx_colortarget.h.
static DLLSPEC daeMetaElement* domFx_colortarget::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_rendertarget.
virtual daeInt domFx_colortarget::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_rendertarget.
Definition at line 16 of file domFx_colortarget.h.