3 #ifndef __polycor_id_old_hpp
4 #define __polycor_id_old_hpp
8 #include "polycor_old.hpp"
17 PolycorIds(PSC::STRIDE_AR stride_ar, PSC::SortType stype,
float max_shift);
21 bool append(
const Trace &tr);
23 bool getStridesId(std::set<int> &stides)
const;
24 bool getStride(
int stride_id, PSC::ROW_AR &rows)
const;
26 bool getRowsId(std::set<int> &rows)
const;
27 bool getRow(
int stride_id,
int row_id, PSC::CCF1_ROW &row)
const;
30 bool getTraceId(
int &trace_val)
const;
35 PSC::STRIDE_AR m_stride_ar;
36 PSC::SortType m_stype;
Definition: polycor_id_old.hpp:13