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