36 #ifndef RADIALCELLDATADISTRIBUTIONWRITER_HPP_ 37 #define RADIALCELLDATADISTRIBUTIONWRITER_HPP_ 39 #include "AbstractCellPopulationWriter.hpp" 41 #include <boost/serialization/base_object.hpp> 49 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
68 template<
class Archive>
69 void serialize(Archive & archive,
const unsigned int version)
71 archive & boost::serialization::base_object<AbstractCellPopulationWriter<ELEMENT_DIM, SPACE_DIM> >(*this);
RadialCellDataDistributionWriter()
std::string GetVariableName() const
std::string mVariableName
void VisitAnyPopulation(AbstractCellPopulation< SPACE_DIM, SPACE_DIM > *pCellPopulation)
void SetVariableName(std::string variableName)
unsigned GetNumRadialBins() const
friend class boost::serialization::access
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
void SetNumRadialBins(unsigned numRadialBins)
void serialize(Archive &archive, const unsigned int version)
gcov doesn't like this file...
virtual void Visit(MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)