Rogue Wave Views Maps Package API Reference Guide |
Rogue Wave Views Documentation Home |
This feature attribute stores integer values. More...
#include <ilviews/maps/attribute/intattr.h>
Public Member Functions | |
IlvIntegerAttribute (IlInt value) | |
Creates an integer attribute. More... | |
IlvIntegerAttribute (const IlvIntegerAttribute &source) | |
Creates an integer attribute by copying an existing one. More... | |
virtual IlvFeatureAttribute * | copy () const |
Returns a copy of the object. More... | |
IlInt | getValue () const |
Returns the integer value of the attribute. More... | |
void | setValue (IlInt 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 integer values.
Library: ilvmaps
IlvIntegerAttribute::IlvIntegerAttribute | ( | IlInt | value | ) |
Creates an integer attribute.
value | The value of this attribute. |
IlvIntegerAttribute::IlvIntegerAttribute | ( | const IlvIntegerAttribute & | source | ) |
Creates an integer attribute by copying an existing one.
source | The object to be copied. |
|
virtual |
IlInt IlvIntegerAttribute::getValue | ( | ) | const |
Returns the integer value of the attribute.
void IlvIntegerAttribute::setValue | ( | IlInt | value | ) |
Sets the value of the attribute.
value | The new value to be set. |
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.