#include <domAsset.h>
Classes | |
class | domGeographic_location |
Public Types | |
typedef daeTArray < domGeographic_locationRef > | domGeographic_location_Array |
typedef daeSmartRef < domGeographic_location > | domGeographic_locationRef |
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domGeographic_locationRef | getGeographic_location () 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 | |
domCoverage (DAE &dae) | |
virtual domCoverage & | operator= (const domCoverage &cpy) |
virtual | ~domCoverage () |
Protected Attributes | |
domGeographic_locationRef | elemGeographic_location |
Definition at line 601 of file dom/domAsset.h.
Definition at line 611 of file dom/domAsset.h.
Definition at line 608 of file dom/domAsset.h.
domAsset::domCoverage::domCoverage | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 892 of file dom/domAsset.h.
virtual domAsset::domCoverage::~domCoverage | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 896 of file dom/domAsset.h.
static DLLSPEC daeElementRef domAsset::domCoverage::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domAsset::domCoverage::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 604 of file dom/domAsset.h.
const domGeographic_locationRef domAsset::domCoverage::getGeographic_location | ( | ) | const [inline] |
Gets the geographic_location element.
Definition at line 887 of file dom/domAsset.h.
static daeInt domAsset::domCoverage::ID | ( | ) | [inline, static] |
Definition at line 605 of file dom/domAsset.h.
virtual domCoverage& domAsset::domCoverage::operator= | ( | const domCoverage & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 900 of file dom/domAsset.h.
static DLLSPEC daeMetaElement* domAsset::domCoverage::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 domAsset::domCoverage::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 606 of file dom/domAsset.h.
Specifies the location of the asset using the WGS84 coordinate system.
Definition at line 880 of file dom/domAsset.h.