36 #ifndef APOPTOTICCELLKILLER_HPP_
37 #define APOPTOTICCELLKILLER_HPP_
39 #include "AbstractCellKiller.hpp"
42 #include <boost/serialization/base_object.hpp>
47 template<
unsigned SPACE_DIM>
52 friend class boost::serialization::access;
60 template<
class Archive>
61 void serialize(Archive & archive,
const unsigned int version)
63 archive & boost::serialization::base_object<AbstractCellKiller<SPACE_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;
void CheckAndLabelSingleCellForApoptosis(CellPtr pCell)
virtual void CheckAndLabelCellsForApoptosisOrDeath()
const AbstractCellPopulation< SPACE_DIM > * GetCellPopulation() const
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
ApoptoticCellKiller(AbstractCellPopulation< SPACE_DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
void OutputCellKillerParameters(out_stream &rParamsFile)