Esempio n. 1
0
 def do(self):
     AutoConnectMixin.do(self, max([1, self.parameters.distance]))
Esempio n. 2
0
 def do(self):
     AutoConnectMixin.do(self, bonds.max_length)
Esempio n. 3
0
 def analyze_selection(parameters=None):
     # A) calling ancestor
     if not ImmediateWithMemory.analyze_selection(parameters): return False
     if not AutoConnectMixin.analyze_selection(): return False
     # C) passed all tests:
     return True
Esempio n. 4
0
 def do(self):
     AutoConnectMixin.do(self, 2 * periodic.max_radius)
Esempio n. 5
0
 def analyze_selection():
     # A) calling ancestor
     if not AutoConnectMixin.analyze_selection(): return False
     if not Immediate.analyze_selection(): return False
     # C) passed all tests:
     return True
Esempio n. 6
0
 def analyze_selection():
     # A) calling ancestor
     if not AutoConnectMixin.analyze_selection(): return False
     if not Immediate.analyze_selection(): return False
     # C) passed all tests:
     return True
Esempio n. 7
0
 def do(self):
     AutoConnectMixin.do(self, max([1, self.parameters.distance]))
Esempio n. 8
0
 def analyze_selection(parameters=None):
     # A) calling ancestor
     if not ImmediateWithMemory.analyze_selection(parameters): return False
     if not AutoConnectMixin.analyze_selection(): return False
     # C) passed all tests:
     return True
Esempio n. 9
0
 def do(self):
     AutoConnectMixin.do(self, bonds.max_length)
Esempio n. 10
0
 def do(self):
     AutoConnectMixin.do(self, 2*periodic.max_radius)