36 #ifndef CELLMUTATIONSTATESCOUNTWRITER_HPP_
37 #define CELLMUTATIONSTATESCOUNTWRITER_HPP_
39 #include "AbstractCellPopulationCountWriter.hpp"
41 #include <boost/serialization/base_object.hpp>
48 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
60 template<
class Archive>
61 void serialize(Archive & archive,
const unsigned int version)
63 archive & boost::serialization::base_object<AbstractCellPopulationCountWriter<ELEMENT_DIM, SPACE_DIM> >(*this);
virtual void Visit(MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
CellMutationStatesCountWriter()
virtual void WriteHeader(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
void VisitAnyPopulation(AbstractCellPopulation< SPACE_DIM, SPACE_DIM > *pCellPopulation)
friend class boost::serialization::access