3 #ifndef __bpflt_pred_hpp
4 #define __bpflt_pred_hpp
6 #include <s2proc/bpflt.hpp>
7 #include <s2proc/trace_pred.hpp>
20 virtual bool filter(std::vector<float> &ls,
float dt)
const;
23 unsigned int m_left_add;
24 unsigned int m_right_add;
Definition: prd_service.hpp:20
virtual bool filter(std::vector< float > &ls, float dt) const
const Band & band() const
Definition: bpflt.hpp:39
std::vector< BElem > Band
Definition: bpflt.hpp:17
Definition: bpflt_pred.hpp:10