36#ifndef APOPTOTICCELLKILLER_HPP_
37#define APOPTOTICCELLKILLER_HPP_
39#include "AbstractCellKiller.hpp"
42#include <boost/serialization/base_object.hpp>
47template<
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);
100namespace serialization
105template<
class Archive,
unsigned DIM>
106inline void save_construct_data(
111 ar << p_cell_population;
117template<
class Archive,
unsigned DIM>
118inline void load_construct_data(
123 ar >> p_cell_population;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void OutputCellKillerParameters(out_stream &rParamsFile)
void CheckAndLabelSingleCellForApoptosis(CellPtr pCell)
void serialize(Archive &archive, const unsigned int version)
virtual void CheckAndLabelCellsForApoptosisOrDeath()