コード例 #1
0
ファイル: SDRun.java プロジェクト: neurord/stochdiff
 public synchronized int[][] getStimulationTargets() {
   VolumeGrid grid = this.getVolumeGrid();
   String[] targets = this.getStimulationTable().getTargetIDs();
   return grid.getAreaIndexes(targets);
 }