コード例 #1
0
 def __init__(self, _simulator, _frequency, _x0, _y0, _xf, _yf, _reporter):
     SteppableBasePy.__init__(self, _simulator, _frequency)
     self.pixelTrackerPlugin = CompuCell.getPixelTrackerPlugin()
     self.x0 = _x0;
     self.xf = _xf
     self.y0 = _y0;
     self.yf = _yf
     self.reporter = _reporter
コード例 #2
0
 def __init__(self, _simulator, _frequency, _window):
     SteppableBasePy.__init__(self, _simulator, _frequency)
     self.pixelTrackerPlugin = CompuCell.getPixelTrackerPlugin()
     self.window = _window