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