36 #ifndef ABSTRACTCELLKILLER_HPP_
37 #define ABSTRACTCELLKILLER_HPP_
39 #include "AbstractCellPopulation.hpp"
44 #include "Identifiable.hpp"
49 template<
unsigned SPACE_DIM>
54 friend class boost::serialization::access;
61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
#define TEMPLATED_CLASS_IS_ABSTRACT_1_UNSIGNED(T)
virtual ~AbstractCellKiller()
AbstractCellPopulation< SPACE_DIM > * mpCellPopulation
const AbstractCellPopulation< SPACE_DIM > * GetCellPopulation() const
virtual void OutputCellKillerParameters(out_stream &rParamsFile)=0
AbstractCellKiller(AbstractCellPopulation< SPACE_DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
void OutputCellKillerInfo(out_stream &rParamsFile)
virtual void CheckAndLabelCellsForApoptosisOrDeath()=0