Exemplo n.º 1
0
 def __init__(self, length_limit):
     UnaryPredicate0D.__init__(self)
     self.length_limit = length_limit
     self.t = 0.0
Exemplo n.º 2
0
 def __init__(self, controller):
     UnaryPredicate0D.__init__(self)
     self.controller = controller
Exemplo n.º 3
0
 def __init__(self, angle_min=None, angle_max=None):
     UnaryPredicate0D.__init__(self)
     self.angle_min = angle_min
     self.angle_max = angle_max
     self.func = Curvature2DAngleF0D()
Exemplo n.º 4
0
 def __init__(self,u, w):
     UnaryPredicate0D.__init__(self)
     self._u = u
     self._w = w
Exemplo n.º 5
0
 def __init__(self, length_limit):
     UnaryPredicate0D.__init__(self)
     self.length_limit = length_limit
     self.t = 0.0
Exemplo n.º 6
0
 def __init__(self, nature):
     UnaryPredicate0D.__init__(self)
     self._nature = nature
Exemplo n.º 7
0
 def __init__(self, pmin, pmax):
     UnaryPredicate0D.__init__(self)
     self._m = pmin
     self._M = pmax
Exemplo n.º 8
0
 def __init__(self, u, w):
     UnaryPredicate0D.__init__(self)
     self._u = u
     self._w = w
     self._func = pyCurvilinearLengthF0D()
Exemplo n.º 9
0
 def __init__(self, a):
     UnaryPredicate0D.__init__(self)
     self._a = a
Exemplo n.º 10
0
 def __init__(self, pmin, pmax):
     UnaryPredicate0D.__init__(self)
     self._m = pmin
     self._M = pmax
     self._func = Curvature2DAngleF0D()
Exemplo n.º 11
0
 def __init__(self, a):
     UnaryPredicate0D.__init__(self)
     self._a = a
     self.func = Curvature2DAngleF0D()
Exemplo n.º 12
0
 def __init__(self, pmin, pmax):
     UnaryPredicate0D.__init__(self)
     self._m = pmin
     self._M = pmax
Exemplo n.º 13
0
 def __init__(self):
     UnaryPredicate0D.__init__(self)
     self._getQI = QuantitativeInvisibilityF0D()
Exemplo n.º 14
0
 def __init__(self, nature):
     UnaryPredicate0D.__init__(self)
     self._nature = nature
Exemplo n.º 15
0
 def __init__(self, a):
     UnaryPredicate0D.__init__(self)
     self._a = a
     self.func = Curvature2DAngleF0D()
Exemplo n.º 16
0
 def __init__(self, u, w):
     UnaryPredicate0D.__init__(self)
     self._u = u
     self._w = w
Exemplo n.º 17
0
 def __init__(self, u, w):
     UnaryPredicate0D.__init__(self)
     self._u = u
     self._w = w
     self._func = pyCurvilinearLengthF0D()
Exemplo n.º 18
0
 def __init__(self, controller):
     UnaryPredicate0D.__init__(self)
     self.controller = controller
Exemplo n.º 19
0
 def __init__(self):
     UnaryPredicate0D.__init__(self)
     self._getQI = QuantitativeInvisibilityF0D()
Exemplo n.º 20
0
 def __init__(self, angle_min=None, angle_max=None):
     UnaryPredicate0D.__init__(self)
     self.angle_min = angle_min
     self.angle_max = angle_max
     self.func = Curvature2DAngleF0D()
Exemplo n.º 21
0
 def __init__(self, pmin, pmax):
     UnaryPredicate0D.__init__(self)
     self._m = pmin
     self._M = pmax
     self._func = Curvature2DAngleF0D()
Exemplo n.º 22
0
 def __init__(self,a):
     UnaryPredicate0D.__init__(self)
     self._a = a