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