36 #ifndef ISOLATEDLABELLEDCELLKILLER_HPP_
37 #define ISOLATEDLABELLEDCELLKILLER_HPP_
39 #include "AbstractCellKiller.hpp"
42 #include <boost/serialization/base_object.hpp>
43 #include <boost/serialization/vector.hpp>
53 template<
unsigned DIM>
56 friend class TestCellKillers;
67 template<
class Archive>
68 void serialize(Archive & archive,
const unsigned int version)
70 archive & boost::serialization::base_object<AbstractCellKiller<DIM> >(*this);
100 namespace serialization
105 template<
class Archive,
unsigned DIM>
106 inline void save_construct_data(
111 ar << p_cell_population;
117 template<
class Archive,
unsigned DIM>
118 inline void load_construct_data(
123 ar >> p_cell_population;
friend class boost::serialization::access
const AbstractCellPopulation< SPACE_DIM > * GetCellPopulation() const
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
IsolatedLabelledCellKiller(AbstractCellPopulation< DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
void CheckAndLabelCellsForApoptosisOrDeath()
void OutputCellKillerParameters(out_stream &rParamsFile)