36#ifndef CELLDATAITEMWRITER_HPP_
37#define CELLDATAITEMWRITER_HPP_
40#include <boost/serialization/base_object.hpp>
41#include "AbstractCellWriter.hpp"
54template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
66 template<
class Archive>
67 void serialize(Archive & archive,
const unsigned int version)
69 archive & boost::serialization::base_object<AbstractCellWriter<ELEMENT_DIM, SPACE_DIM> >(*this);
128namespace serialization
133template<
class Archive,
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
134inline void save_construct_data(
138 const std::string variable_name = t->GetCellDataVariableName();
145template<
class Archive,
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
146inline void load_construct_data(
150 std::string variable_name;
gcov doesn't like this file...
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
std::string GetCellDataVariableName() const
void serialize(Archive &archive, const unsigned int version)
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
std::string mCellDataVariableName
friend class boost::serialization::access