コード例 #1
0
 def __init__(self,_simulator,_frequency=1):
     SteppablePy.__init__(self,_frequency)
     self.simulator=_simulator
     self.inventory=self.simulator.getPotts().getCellInventory()
     self.cellList=CellList(self.inventory)
     self.adhesionFlexPlugin=CompuCell.getAdhesionFlexPlugin()