8#ifndef FMTLIF_H_INCLUDED
9#define FMTLIF_H_INCLUDED
12#include <boost/serialization/serialization.hpp>
13#include <boost/serialization/nvp.hpp>
14#include <boost/serialization/export.hpp>
29 friend class boost::serialization::access;
30 template<
class Archive>
31 void serialize(Archive& ar,
const unsigned int version)
33 ar & boost::serialization::make_nvp(
"data", boost::serialization::base_object<
FMTlist<int>>(*
this));
75 operator std::string()
const;
88 const std::vector<FMTtheme>& originalthemes,
89 std::vector<FMTtheme>& newthemes,
bool compressdata=
false)
const;
#define FMTEXPORT
Definition: FMTutility.hpp:92
Definition: FMTlifespans.hpp:24
FMTlifespans(const FMTlifespans &rhs)
FMTlifespans presolve(const FMTmaskfilter &filter, const std::vector< FMTtheme > &originalthemes, std::vector< FMTtheme > &newthemes, bool compressdata=false) const
void swap(FMTlifespans &rhs)
Definition: FMTlist.hpp:46
Definition: FMTmaskfilter.hpp:27
The Core namespace provides classes for simulating stands/strata growth/harvest through time.
Definition: FMTaction.hpp:31