36#ifndef T2SWAPCELLKILLER_HPP_
37#define T2SWAPCELLKILLER_HPP_
39#include "AbstractCellKiller.hpp"
42#include <boost/serialization/base_object.hpp>
44#include "VertexBasedCellPopulation.hpp"
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);
104namespace serialization
109template<
class Archive,
unsigned DIM>
110inline void save_construct_data(
115 ar << p_cell_population;
121template<
class Archive,
unsigned DIM>
122inline void load_construct_data(
127 ar >> p_cell_population;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
void CheckAndLabelCellsForApoptosisOrDeath()
void OutputCellKillerParameters(out_stream &rParamsFile)
friend class boost::serialization::access