36 #ifndef CELLAPPLIEDFORCEWRITER_HPP_ 37 #define CELLAPPLIEDFORCEWRITER_HPP_ 40 #include <boost/serialization/base_object.hpp> 41 #include "AbstractCellWriter.hpp" 53 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
67 template<
class Archive>
68 void serialize(Archive & archive,
const unsigned int version)
70 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)
c_vector< double, SPACE_DIM > GetVectorCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
gcov doesn't like this file...