nclist-cpp
C++ implementation of nested containment lists
|
Find intervals with the same start and end positions. More...
Go to the source code of this file.
Classes | |
struct | nclist::OverlapsEqualWorkspace< Index_ > |
Workspace for overlaps_equal() . More... | |
struct | nclist::OverlapsEqualParameters< Position_ > |
Parameters for overlaps_equal() . More... | |
Namespaces | |
namespace | nclist |
Header-only library for nested containment lists. | |
Functions | |
template<typename Index_ , typename Position_ > | |
void | nclist::overlaps_equal (const Nclist< Index_, Position_ > &subject, Position_ query_start, Position_ query_end, const OverlapsEqualParameters< Position_ > ¶ms, OverlapsEqualWorkspace< Index_ > &workspace, std::vector< Index_ > &matches) |
Find intervals with the same start and end positions.