36 #ifndef T2SWAPCELLKILLER_HPP_
37 #define T2SWAPCELLKILLER_HPP_
39 #include "AbstractCellKiller.hpp"
42 #include <boost/serialization/base_object.hpp>
44 #include "VertexBasedCellPopulation.hpp"
53 template<
unsigned DIM>
57 friend class TestT2SwapCellKiller;
69 template<
class Archive>
70 void serialize(Archive & archive,
const unsigned int version)
72 archive & boost::serialization::base_object<AbstractCellKiller<DIM> >(*this);
104 namespace serialization
109 template<
class Archive,
unsigned DIM>
110 inline void save_construct_data(
115 ar << p_cell_population;
121 template<
class Archive,
unsigned DIM>
122 inline void load_construct_data(
127 ar >> p_cell_population;
void serialize(Archive &archive, const unsigned int version)
T2SwapCellKiller(AbstractCellPopulation< DIM > *pCellPopulation)
void OutputCellKillerParameters(out_stream &rParamsFile)
void CheckAndLabelCellsForApoptosisOrDeath()
const AbstractCellPopulation< SPACE_DIM > * GetCellPopulation() const
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
friend class boost::serialization::access