62 unsigned cell_id = pCell->GetCellId();
65 double cell_radius = 0.0;
69 cell_radius = pCellPopulation->
GetNode(node_index)->GetRadius();
72 *this->mpOutStream << location_index <<
" " << cell_id <<
" ";
73 for (
unsigned i=0; i<SPACE_DIM; i++)
75 *this->mpOutStream << cell_location[i] <<
" ";
78 *this->mpOutStream << cell_radius <<
" ";