36 #include "CellDeltaNotchWriter.hpp"
37 #include "AbstractCellPopulation.hpp"
39 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
46 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
49 double delta = pCell->GetCellData()->GetItem(
"delta");
53 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
58 *this->mpOutStream << location_index <<
" ";
61 unsigned cell_id = pCell->GetCellId();
62 *this->mpOutStream << cell_id <<
" ";
66 for (
unsigned i=0; i<SPACE_DIM; i++)
68 *this->mpOutStream << centre_location[i] <<
" ";
72 double delta = pCell->GetCellData()->GetItem(
"delta");
73 *this->mpOutStream << delta <<
" ";
76 double notch = pCell->GetCellData()->GetItem(
"notch");
77 *this->mpOutStream << notch <<
" ";
80 double mean_delta = pCell->GetCellData()->GetItem(
"mean delta");
81 *this->mpOutStream << mean_delta <<
" ";
std::string mVtkCellDataName
unsigned GetLocationIndexUsingCell(CellPtr pCell)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual c_vector< double, SPACE_DIM > GetLocationOfCellCentre(CellPtr pCell)=0
virtual void VisitCell(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)
double GetCellDataForVtkOutput(CellPtr pCell, AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > *pCellPopulation)