36 #ifndef NODEBASEDCELLPOPULATIONWITHBUSKEUPDATE_HPP_
37 #define NODEBASEDCELLPOPULATIONWITHBUSKEUPDATE_HPP_
39 #include "NodeBasedCellPopulation.hpp"
42 #include <boost/serialization/base_object.hpp>
49 template<
unsigned DIM>
52 friend class TestNodeBasedCellPopulationWithBuskeUpdate;
67 template<
class Archive>
68 void serialize(Archive & archive,
const unsigned int version)
70 archive & boost::serialization::base_object<NodeBasedCellPopulation<DIM> >(*this);
86 std::vector<CellPtr>& rCells,
87 const std::vector<unsigned> locationIndices=std::vector<unsigned>(),
88 bool deleteMesh=
false);
120 namespace serialization
125 template<
class Archive,
unsigned DIM>
126 inline void save_construct_data(
138 template<
class Archive,
unsigned DIM>
139 inline void load_construct_data(
NodesOnlyMesh< DIM > & rGetMesh()
friend class boost::serialization::access
void OutputCellPopulationParameters(out_stream &rParamsFile)
virtual void UpdateNodeLocations(double dt)
void serialize(Archive &archive, const unsigned int version)
NodeBasedCellPopulationWithBuskeUpdate(NodesOnlyMesh< DIM > &rMesh, std::vector< CellPtr > &rCells, const std::vector< unsigned > locationIndices=std::vector< unsigned >(), bool deleteMesh=false)
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)