Exemplo n.º 1
0
 def __init__(self, u, w):
     UnaryPredicate0D.__init__(self)
     self._u = u
     self._w = w
     self._func = pyCurvilinearLengthF0D()
Exemplo n.º 2
0
 def __init__(self, u, w):
     UnaryPredicate0D.__init__(self)
     self._u = u
     self._w = w
     self._func = pyCurvilinearLengthF0D()
Exemplo n.º 3
0
 def __call__(self, inter):
     func = pyCurvilinearLengthF0D()
     u = func(inter)
     return (u > (self._u - self._w)) and (u < (self._u + self._w))
Exemplo n.º 4
0
 def __call__(self, inter):
     func = pyCurvilinearLengthF0D()
     u = func(inter)
     return (u > (self._u-self._w)) and (u < (self._u+self._w))