39 const std::string& name()
const;
42 void setName(
const std::string& name);
45 double seaLevel()
const;
48 void setSeaLevel(
double seaLevel);
54 void setLodRange(
int range );
58 friend class boost::serialization::access;
63 template<
class Archive>
64 void serialize(Archive & ar,
const unsigned int version)
66 ar & BOOST_SERIALIZATION_NVP(myName);
67 ar & BOOST_SERIALIZATION_NVP(mySeaLevel);
68 ar & BOOST_SERIALIZATION_NVP(myLodRange);
A DtOceanLayerRecord contains the information to add dynamic water.
Definition: DtOceanLayerRecord.h:21
Contains DLL export macros.
double mySeaLevel
Definition: DtOceanLayerRecord.h:73
std::string myName
Definition: DtOceanLayerRecord.h:72
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:64
int myLodRange
Definition: DtOceanLayerRecord.h:74
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31