FACT++  1.0
void RawDataViewer::previousSlice ( )
slot

Definition at line 980 of file RawEventsViewer.cc.

References eventStep, eventStepping(), loopCurrentEvent, nRoi, signalCurrentSlice(), and whichSlice.

Referenced by getCurrentPixel().

981 {
982  whichSlice--;
983  if (whichSlice < 0)
984  {
985  whichSlice = nRoi-1;
986  if (!loopCurrentEvent)
987  {
988  int backupStep = eventStep;
989  eventStep = 1;
990  eventStepping(false);
991  eventStep = backupStep;
992  }
993  }
995  updateGL();
996 }
void signalCurrentSlice(int slice)
void eventStepping(bool plus)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: