#include <domFx_stenciltarget.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_stenciltarget (DAE &dae) | |
virtual domFx_stenciltarget & | operator= (const domFx_stenciltarget &cpy) |
virtual | ~domFx_stenciltarget () |
Definition at line 11 of file domFx_stenciltarget.h.
domFx_stenciltarget::domFx_stenciltarget | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 22 of file domFx_stenciltarget.h.
virtual domFx_stenciltarget::~domFx_stenciltarget | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 26 of file domFx_stenciltarget.h.
static DLLSPEC daeElementRef domFx_stenciltarget::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_stenciltarget::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domFx_rendertarget.
Definition at line 14 of file domFx_stenciltarget.h.
static daeInt domFx_stenciltarget::ID | ( | ) | [inline, static] |
Reimplemented from domFx_rendertarget.
Definition at line 15 of file domFx_stenciltarget.h.
virtual domFx_stenciltarget& domFx_stenciltarget::operator= | ( | const domFx_stenciltarget & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 30 of file domFx_stenciltarget.h.
static DLLSPEC daeMetaElement* domFx_stenciltarget::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_stenciltarget::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_stenciltarget.h.