68 unsigned cell_id = pCell->GetCellId();
71 double rosette_rank = this->GetCellDataForVtkOutput(pCell, pCellPopulation);
73 *this->mpOutStream << location_index <<
" " << cell_id <<
" ";
74 for (
unsigned i=0; i<SPACE_DIM; i++)
76 *this->mpOutStream << centre_location[i] <<
" ";
79 *this->mpOutStream << rosette_rank <<
" ";