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