36 #include "CellCycleModelProteinConcentrationsWriter.hpp"
37 #include "AbstractCellPopulation.hpp"
38 #include "AbstractOdeBasedCellCycleModel.hpp"
40 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
47 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
59 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
70 for (
unsigned i=0; i<proteins.size(); i++)
72 *this->mpOutStream << proteins[i] <<
" ";
77 EXCEPTION(
"CellCycleModelProteinConcentrationsWriter cannot be used with a cell-cycle model that does not inherit from AbstractOdeBasedCellCycleModel");
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
std::string mVtkCellDataName
unsigned GetLocationIndexUsingCell(CellPtr pCell)
#define EXCEPTION(message)
std::vector< double > GetProteinConcentrations() const
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
CellCycleModelProteinConcentrationsWriter()