36 #include "CellProliferativePhasesCountWriter.hpp"
37 #include "AbstractCellPopulation.hpp"
38 #include "MeshBasedCellPopulation.hpp"
39 #include "CaBasedCellPopulation.hpp"
40 #include "NodeBasedCellPopulation.hpp"
41 #include "PottsBasedCellPopulation.hpp"
42 #include "VertexBasedCellPopulation.hpp"
44 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
50 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
57 for (
unsigned i=0; i < cell_cycle_phase_count.size(); i++)
59 *this->mpOutStream << cell_cycle_phase_count[i] <<
"\t";
64 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
71 for (
unsigned i=0; i < cell_cycle_phase_count.size(); i++)
73 *this->mpOutStream << cell_cycle_phase_count[i] <<
"\t";
78 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
81 VisitAnyPopulation(pCellPopulation);
84 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
87 VisitAnyPopulation(pCellPopulation);
90 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
93 VisitAnyPopulation(pCellPopulation);
96 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
99 VisitAnyPopulation(pCellPopulation);
void VisitAnyPopulation(AbstractCellPopulation< SPACE_DIM, SPACE_DIM > *pCellPopulation)
std::vector< unsigned > GetCellCyclePhaseCount()
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual void Visit(MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
CellProliferativePhasesCountWriter()