Ejemplo n.º 1
0
 def attach_physics(self):
     styler = PSOStyler()
     for pso, blocktype in zip(self.curr_psos, self.curr_blocktypes):
         styler.apply(pso,
                      self.stimtype,
                      blocktype=blocktype,
                      kappa=self.kappa)
     Viewer.attach_physics(self)
Ejemplo n.º 2
0
 def attach_physics(self):
     styler = PSOStyler()
     for pso in self.curr_psos:
         styler.apply(pso, self.stimtype)
     Viewer.attach_physics(self)
Ejemplo n.º 3
0
 def attach_physics(self):
     styler = PSOStyler()
     for pso in self.curr_psos:
         styler.apply(pso, self.stimtype)
     Viewer.attach_physics(self)