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