36 #include "CellProliferativePhasesWriter.hpp"
37 #include "AbstractCellPopulation.hpp"
39 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
46 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
49 double phase = pCell->GetCellCycleModel()->GetCurrentCellCyclePhase();
53 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
56 double phase = pCell->GetCellCycleModel()->GetCurrentCellCyclePhase();
57 *this->mpOutStream << phase <<
" ";
std::string mVtkCellDataName
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
CellProliferativePhasesWriter()