This feature attribute stores an attribute of type IlDouble
.
More...
#include <ilviews/maps/attribute/doubleattr.h>
Public Member Functions | |
IlvDoubleAttribute (const IlvDoubleAttribute &source) | |
Initializes a new floating point attribute by copying another one. More... | |
IlvDoubleAttribute (IlDouble value) | |
Initializes a new floating point attribute. More... | |
virtual IlvFeatureAttribute * | copy () const |
Returns a copy of the object. More... | |
IlDouble | getValue () const |
Returns the value of the attribute. More... | |
void | setValue (IlDouble value) |
Sets the value of the attribute. More... | |
Public Member Functions inherited from IlvFeatureAttribute | |
void | save (IlvOutputFile &file) const |
Saves the object to an IlvOutputFile . More... | |
virtual void | write (IlvOutputFile &output) const =0 |
Writes the object to an IlvOutputFile object. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from IlvFeatureAttribute | |
static IlvFeatureAttribute * | Load (IlvInputFile &file) |
Loads an attribute from an IlvInputFile . More... | |
Protected Member Functions inherited from IlvFeatureAttribute | |
IlvFeatureAttribute () | |
Constructor. More... | |
This feature attribute stores an attribute of type IlDouble
.
Library: ilvmaps
IlvDoubleAttribute::IlvDoubleAttribute | ( | IlDouble | value | ) |
Initializes a new floating point attribute.
value | The initial value of this attribute. |
IlvDoubleAttribute::IlvDoubleAttribute | ( | const IlvDoubleAttribute & | source | ) |
Initializes a new floating point attribute by copying another one.
source | The object to be copied. |
|
virtual |
IlDouble IlvDoubleAttribute::getValue | ( | ) | const |
Returns the value of the attribute.
void IlvDoubleAttribute::setValue | ( | IlDouble | value | ) |
Sets the value of the attribute.
value | The new value to be set. |