36#include "CellAgesWriter.hpp"
37#include "AbstractCellPopulation.hpp"
39template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
46template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
49 return pCell->GetAge();
52template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
60 for (
unsigned i=0; i<SPACE_DIM; i++)
62 *this->mpOutStream << cell_location[i] <<
" ";
66 *this->mpOutStream << pCell->GetAge() <<
" ";
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual c_vector< double, SPACE_DIM > GetLocationOfCellCentre(CellPtr pCell)=0
unsigned GetLocationIndexUsingCell(CellPtr pCell)
std::string mVtkCellDataName
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)