Ejemplo n.º 1
0
 /*PrivateMemberFunction(1/3):
  sorting rule used to order voxels from highest to lowest ADC
  value within the event portfolio. */
 static bool compADC (Voxel vox1, Voxel vox2) {
     return vox1.getADC() > vox2.getADC();
 }