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