#include <domSurfaces.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domExtra_Array & | getExtra_array () const |
domExtra_Array & | getExtra_array () |
const domSurface_Array & | getSurface_array () const |
domSurface_Array & | getSurface_array () |
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 | |
domSurfaces (DAE &dae) | |
virtual domSurfaces & | operator= (const domSurfaces &cpy) |
virtual | ~domSurfaces () |
Protected Attributes | |
domExtra_Array | elemExtra_array |
domSurface_Array | elemSurface_array |
Definition at line 12 of file domSurfaces.h.
domSurfaces::domSurfaces | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 48 of file domSurfaces.h.
virtual domSurfaces::~domSurfaces | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 52 of file domSurfaces.h.
static DLLSPEC daeElementRef domSurfaces::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domSurfaces::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 15 of file domSurfaces.h.
const domExtra_Array& domSurfaces::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 43 of file domSurfaces.h.
domExtra_Array& domSurfaces::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 38 of file domSurfaces.h.
const domSurface_Array& domSurfaces::getSurface_array | ( | ) | const [inline] |
Gets the surface element array.
Definition at line 33 of file domSurfaces.h.
domSurface_Array& domSurfaces::getSurface_array | ( | ) | [inline] |
Gets the surface element array.
Definition at line 28 of file domSurfaces.h.
static daeInt domSurfaces::ID | ( | ) | [inline, static] |
Definition at line 16 of file domSurfaces.h.
virtual domSurfaces& domSurfaces::operator= | ( | const domSurfaces & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 56 of file domSurfaces.h.
static DLLSPEC daeMetaElement* domSurfaces::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 domSurfaces::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 17 of file domSurfaces.h.
domExtra_Array domSurfaces::elemExtra_array [protected] |
Definition at line 21 of file domSurfaces.h.
domSurface_Array domSurfaces::elemSurface_array [protected] |
Definition at line 20 of file domSurfaces.h.