36 #include "CellProliferativeTypesCountWriter.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<proliferative_type_count.size(); i++)
59 *this->
mpOutStream << proliferative_type_count[i] <<
"\t";
64 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
70 for (
unsigned i=0; i<proliferative_type_count.size(); i++)
72 *this->
mpOutStream << proliferative_type_count[i] <<
"\t";
77 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
83 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
89 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
95 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
void VisitAnyPopulation(AbstractCellPopulation< SPACE_DIM, SPACE_DIM > *pCellPopulation)
virtual void Visit(MeshBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
CellProliferativeTypesCountWriter()
std::vector< unsigned > GetCellProliferativeTypeCount()