public GEMCrossCellProcessTracker(MadingleyModelOutput m)
 {
     this.output = m;
 }
Exemple #2
0
 public GEMProcessTracker(int cellIndex, MadingleyModelOutput output)
 {
     this.cellIndex = cellIndex;
     this.output    = output;
 }
 public GEMProcessTracker(int cellIndex, MadingleyModelOutput output)
 {
     this.cellIndex = cellIndex;
     this.output = output;
 }
 public GEMCrossCellProcessTracker(MadingleyModelOutput m)
 {
     this.output = m;
 }