#include <domFx_depthtarget_common.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
domFx_surface_face_enum | getFace () const |
xsNonNegativeInteger | getIndex () const |
xsNonNegativeInteger | getMip () const |
xsNonNegativeInteger | getSlice () const |
void | setFace (domFx_surface_face_enum atFace) |
void | setIndex (xsNonNegativeInteger atIndex) |
void | setMip (xsNonNegativeInteger atMip) |
void | setSlice (xsNonNegativeInteger atSlice) |
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_depthtarget_common (DAE &dae) | |
virtual domFx_depthtarget_common & | operator= (const domFx_depthtarget_common &cpy) |
virtual | ~domFx_depthtarget_common () |
An element of type domFx_depthtarget_common_complexType.
Definition at line 106 of file domFx_depthtarget_common.h.
domFx_depthtarget_common::domFx_depthtarget_common | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 162 of file domFx_depthtarget_common.h.
virtual domFx_depthtarget_common::~domFx_depthtarget_common | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 166 of file domFx_depthtarget_common.h.
static DLLSPEC daeElementRef domFx_depthtarget_common::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domFx_depthtarget_common::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 109 of file domFx_depthtarget_common.h.
domFx_surface_face_enum domFx_depthtarget_common::getFace | ( | ) | const [inline] |
Gets the face attribute.
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 129 of file domFx_depthtarget_common.h.
xsNonNegativeInteger domFx_depthtarget_common::getIndex | ( | ) | const [inline] |
Gets the index attribute.
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 118 of file domFx_depthtarget_common.h.
xsNonNegativeInteger domFx_depthtarget_common::getMip | ( | ) | const [inline] |
Gets the mip attribute.
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 140 of file domFx_depthtarget_common.h.
xsNonNegativeInteger domFx_depthtarget_common::getSlice | ( | ) | const [inline] |
Gets the slice attribute.
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 151 of file domFx_depthtarget_common.h.
static daeInt domFx_depthtarget_common::ID | ( | ) | [inline, static] |
Definition at line 110 of file domFx_depthtarget_common.h.
virtual domFx_depthtarget_common& domFx_depthtarget_common::operator= | ( | const domFx_depthtarget_common & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 170 of file domFx_depthtarget_common.h.
static DLLSPEC daeMetaElement* domFx_depthtarget_common::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.
void domFx_depthtarget_common::setFace | ( | domFx_surface_face_enum | atFace | ) | [inline] |
Sets the face attribute.
atFace | The new value for the face attribute. |
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 134 of file domFx_depthtarget_common.h.
void domFx_depthtarget_common::setIndex | ( | xsNonNegativeInteger | atIndex | ) | [inline] |
Sets the index attribute.
atIndex | The new value for the index attribute. |
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 123 of file domFx_depthtarget_common.h.
void domFx_depthtarget_common::setMip | ( | xsNonNegativeInteger | atMip | ) | [inline] |
Sets the mip attribute.
atMip | The new value for the mip attribute. |
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 145 of file domFx_depthtarget_common.h.
void domFx_depthtarget_common::setSlice | ( | xsNonNegativeInteger | atSlice | ) | [inline] |
Sets the slice attribute.
atSlice | The new value for the slice attribute. |
Reimplemented from domFx_depthtarget_common_complexType.
Definition at line 156 of file domFx_depthtarget_common.h.
virtual daeInt domFx_depthtarget_common::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 111 of file domFx_depthtarget_common.h.