def __init__ (self, id_gen = 'max') :
     """Constructor of an empty mesh
     
     :Parameters:
      - `idgenerator` (str) - type of id gen used in the
                              mesh
     """
     Topomesh.__init__(self, id_gen)
     
     self._pos = {}