61 unsigned cell_id = pCell->GetCellId();
64 double num_neighbours = this->GetCellDataForVtkOutput(pCell, pCellPopulation);
66 *this->mpOutStream << location_index <<
" " << cell_id <<
" ";
67 for (
unsigned i=0; i<SPACE_DIM; ++i)
69 *this->mpOutStream << centre_location[i] <<
" ";
72 *this->mpOutStream << num_neighbours <<
" ";