3 #ifndef __polycor_id_hpp
4 #define __polycor_id_hpp
10 #include <polycor.hpp>
12 #include <s2proc/polycor.hpp>
19 PolycorIds(PSC::STRIDE_AR stride_ar, PSC::Direction stype,
float max_shift);
23 bool append(
const Trace &tr);
25 bool getStridesId(std::set<int> &stides)
const;
26 bool getStride(
int stride_id, PSC::ROW_AR &rows)
const;
28 bool getRow(
int stride_id,
int row_id, PSC::CCF1_ROW &row)
const;
31 bool getTraceId(
int &trace_val)
const;
36 PSC::STRIDE_AR m_stride_ar;
37 PSC::Direction m_stype;
Definition: polycor_id.hpp:15