36#ifndef ABSTRACTCELLWRITER_HPP_
37#define ABSTRACTCELLWRITER_HPP_
40#include <boost/serialization/base_object.hpp>
41#include "AbstractCellBasedWriter.hpp"
51template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
65 template<
class Archive>
66 void serialize(Archive & archive,
const unsigned int version)
68 archive & boost::serialization::base_object<AbstractCellBasedWriter<ELEMENT_DIM, SPACE_DIM> >(*this);
virtual double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
void serialize(Archive &archive, const unsigned int version)
void SetVtkCellDataName(std::string vtkCellDataName)
virtual c_vector< double, SPACE_DIM > GetVectorCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
bool GetOutputScalarData()
std::string mVtkVectorCellDataName
bool GetOutputVectorData()
std::string GetVtkVectorCellDataName()
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)=0
friend class boost::serialization::access
void SetVtkVectorCellDataName(std::string vtkCellDataName)
std::string mVtkCellDataName
std::string GetVtkCellDataName()