示例#1
0
 public synchronized int[][] getStimulationTargets() {
   VolumeGrid grid = this.getVolumeGrid();
   String[] targets = this.getStimulationTable().getTargetIDs();
   return grid.getAreaIndexes(targets);
 }