36 #ifndef CELLANCESTORWRITER_HPP_ 37 #define CELLANCESTORWRITER_HPP_ 40 #include <boost/serialization/base_object.hpp> 41 #include "AbstractCellWriter.hpp" 50 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
62 template<
class Archive>
63 void serialize(Archive & archive,
const unsigned int version)
65 archive & boost::serialization::base_object<AbstractCellWriter<ELEMENT_DIM, SPACE_DIM> >(*this);
friend class boost::serialization::access
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
gcov doesn't like this file...