LocARNA-2.0.0
|
base pair range filter More...
#include <base_pair_filter.hh>
Public Member Functions | |
SpanRange (size_t lo, size_t up) | |
Construct with range. More... | |
~SpanRange () | |
d'tor | |
bool | operator() (size_t i, size_t j) const |
check for span More... | |
![]() | |
virtual bool | operator() (const bp_t &bp) const |
base pair range filter
|
inline |
Construct with range.
lo | lower bound |
up | upper bound, if up>0; else if up==0, no upper bound |
|
inlinevirtual |
check for span
i | left end |
j | right end |
Reimplemented from LocARNA::BasePairFilter::Filter.