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>
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);
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 CheckAndLabelCellsForApoptosisOrDeath()
friend class boost::serialization::access
void serialize(Archive &archive, const unsigned int version)