42 const std::string& name()
const;
45 void setName(
const std::string& name);
48 double seaLevel()
const;
51 void setSeaLevel(
double seaLevel);
57 void setLodRange(
int range );
61 friend class boost::serialization::access;
66 template<
class Archive>
67 void serialize(Archive & ar,
const unsigned int version)
69 ar & BOOST_SERIALIZATION_NVP(myName);
70 ar & BOOST_SERIALIZATION_NVP(mySeaLevel);
71 ar & BOOST_SERIALIZATION_NVP(myLodRange);
A DtOceanLayerRecord contains the information to add dynamic water.
Definition: DtOceanLayerRecord.h:21
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Contains DLL export macros.
double mySeaLevel
Definition: DtOceanLayerRecord.h:76
std::string myName
Definition: DtOceanLayerRecord.h:75
void serialize(Archive &ar, const unsigned int version)
When the class Archive corresponds to an output archive, the & operator is defined similar to <<...
Definition: DtOceanLayerRecord.h:67
int myLodRange
Definition: DtOceanLayerRecord.h:77
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31