67 unsigned cell_id = pCell->GetCellId();
70 double boundary = this->GetCellDataForVtkOutput(pCell, pCellPopulation);
72 *this->mpOutStream << location_index <<
" " << cell_id <<
" ";
73 for (
unsigned i=0; i<SPACE_DIM; ++i)
75 *this->mpOutStream << centre_location[i] <<
" ";
78 *this->mpOutStream << boundary <<
" ";