def __init__(self, length):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = float(length)
     self.timestamp = CF.get_time_stamp()
 def __init__(self, nRounds=3, stayInSelection=True):
     ChainingIterator.__init__(self, stayInSelection, False, None, True)
     self._timeStamp = CF.get_time_stamp() + nRounds
     self._nRounds = nRounds
     self.t = False
 def __init__(self, percent):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = 0.0
     self._percent = float(percent)
     self.timestamp = CF.get_time_stamp()
 def __init__(self, stayInSelection=True, stayInUnvisited=True):
     ChainingIterator.__init__(self, stayInSelection, stayInUnvisited, None, True)
 def __init__(self):
     ChainingIterator.__init__(self, False, True, None, True)
     self.ExternalContour = ExternalContourUP1D()
Ejemplo n.º 6
0
 def __init__(self, length):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = float(length)
Ejemplo n.º 7
0
 def __init__(self, stayInSelection=True):
     ChainingIterator.__init__(self, stayInSelection, True, None, True)
Ejemplo n.º 8
0
 def __init__(self, percent):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = 0.0
     self._percent = float(percent)
     self.timestamp = CF.get_time_stamp()
Ejemplo n.º 9
0
 def __init__(self, length):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = float(length)
     self.timestamp = CF.get_time_stamp()
Ejemplo n.º 10
0
 def __init__(self):
     ChainingIterator.__init__(self, False, True, None, True)
     self.ExternalContour = ExternalContourUP1D()
Ejemplo n.º 11
0
 def __init__(self, nRounds=3, stayInSelection=True):
     ChainingIterator.__init__(self, stayInSelection, False, None, True)
     self._timeStamp = CF.get_time_stamp() + nRounds
     self._nRounds = nRounds
     self.t = False
Ejemplo n.º 12
0
 def __init__(self, stayInSelection=True, stayInUnvisited=True):
     ChainingIterator.__init__(self, stayInSelection, stayInUnvisited, None,
                               True)
 def __init__(self, length):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = float(length)
 def __init__(self, percent):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = 0
     self._percent = float(percent)
 def __init__(self, percent, l):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = 0.0
     self._absLength = l
     self._percent = percent
Ejemplo n.º 16
0
 def __init__(self, percent, l):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = 0.0
     self._absLength = l
     self._percent = percent
 def __init__(self, stayInSelection=True):
     ChainingIterator.__init__(self, stayInSelection, True, None, True)
Ejemplo n.º 18
0
 def __init__(self, percent):
     ChainingIterator.__init__(self, False, True, None, True)
     self._length = 0
     self._percent = float(percent)