Exemplo n.º 1
0
 public Identification(int _db_index, Tolerance _ptl, Tolerance _ftl, int maxmod, FilterParam _filter)
 {
     this.db_index = _db_index;
     this.setDatabase();
     this.ptl     = _ptl;
     this.ftl     = _ftl;
     this.max_mod = maxmod;
     this.filter  = _filter;
 }