36 #ifndef CELLBETACATENINWRITER_HPP_
37 #define CELLBETACATENINWRITER_HPP_
40 #include <boost/serialization/base_object.hpp>
41 #include "AbstractCellWriter.hpp"
42 #include "AbstractVanLeeuwen2009WntSwatCellCycleModel.hpp"
45 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
57 template<
class Archive>
58 void serialize(Archive & archive,
const unsigned int version)
60 archive & boost::serialization::base_object<AbstractCellWriter<ELEMENT_DIM, SPACE_DIM> >(*this);
friend class boost::serialization::access
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)