Exemplo n.º 1
0
 def __init__(self,name):
     '''
     Constructor
     '''
     Marker.__init__(self, name)
     self.black_inside=-1
     self.GRID_SIZE=2
     self.rot_conflict=0
Exemplo n.º 2
0
 def __init__(self, color):
     Marker.__init__(self, color, 3, 0.005, False)
Exemplo n.º 3
0
 def __init__(self, code_nr=None):
     Marker.__init__(self,code_nr)
     if code_nr is not None:
         self.init(code_nr)
Exemplo n.º 4
0
 def __init__(self, code_nr=None):
     Marker.__init__(self, code_nr)
     if code_nr is not None:
         self.init(code_nr)