#include <domAsset.h>

Public Member Functions | |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| domAltitude_mode | getMode () const |
| xsFloat & | getValue () |
| void | setMode (domAltitude_mode atMode) |
| void | setValue (const xsFloat &val) |
| 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 | |
| domAltitude (DAE &dae) | |
| virtual domAltitude & | operator= (const domAltitude &cpy) |
| virtual | ~domAltitude () |
Protected Attributes | |
| xsFloat | _value |
| domAltitude_mode | attrMode |
Altitude is always given in meters. If the mode is "absolute", then the value is interpreted as meters from mean sea level. If the mode is "relativeToGround" then the value is interpreted as meters above the actual ground elevation at that particular location.
Definition at line 750 of file 1.5/dom/domAsset.h.
| domAsset::domCoverage::domGeographic_location::domAltitude::domAltitude | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 792 of file 1.5/dom/domAsset.h.
| virtual domAsset::domCoverage::domGeographic_location::domAltitude::~domAltitude | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 796 of file 1.5/dom/domAsset.h.
| static DLLSPEC daeElementRef domAsset::domCoverage::domGeographic_location::domAltitude::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| virtual COLLADA_TYPE::TypeEnum domAsset::domCoverage::domGeographic_location::domAltitude::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 753 of file 1.5/dom/domAsset.h.
| domAltitude_mode domAsset::domCoverage::domGeographic_location::domAltitude::getMode | ( | ) | const [inline] |
Gets the mode attribute.
Definition at line 765 of file 1.5/dom/domAsset.h.
| xsFloat& domAsset::domCoverage::domGeographic_location::domAltitude::getValue | ( | ) | [inline] |
Gets the value of this element.
Definition at line 776 of file 1.5/dom/domAsset.h.
| static daeInt domAsset::domCoverage::domGeographic_location::domAltitude::ID | ( | ) | [inline, static] |
Definition at line 754 of file 1.5/dom/domAsset.h.
| virtual domAltitude& domAsset::domCoverage::domGeographic_location::domAltitude::operator= | ( | const domAltitude & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 800 of file 1.5/dom/domAsset.h.
| static DLLSPEC daeMetaElement* domAsset::domCoverage::domGeographic_location::domAltitude::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 domAsset::domCoverage::domGeographic_location::domAltitude::setMode | ( | domAltitude_mode | atMode | ) | [inline] |
Sets the mode attribute.
| atMode | The new value for the mode attribute. |
Definition at line 770 of file 1.5/dom/domAsset.h.
| void domAsset::domCoverage::domGeographic_location::domAltitude::setValue | ( | const xsFloat & | val | ) | [inline] |
Sets the _value of this element.
| val | The new value for this element. |
Definition at line 781 of file 1.5/dom/domAsset.h.
| virtual daeInt domAsset::domCoverage::domGeographic_location::domAltitude::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 755 of file 1.5/dom/domAsset.h.
The xsFloat value of the text data of this element.
Definition at line 787 of file 1.5/dom/domAsset.h.
Definition at line 757 of file 1.5/dom/domAsset.h.