#include <OpenMS/PROCESSING/FEATURE/FeatureOverlapFilter.h>
|
static void | filter (FeatureMap &fmap, std::function< bool(const Feature &, const Feature &)> FeatureComparator=[](const Feature &left, const Feature &right){ return left.getOverallQuality() > right.getOverallQuality();}, std::function< bool(Feature &, Feature &)> FeatureOverlapCallback=[](Feature &, Feature &){ return true;}, bool check_overlap_at_trace_level=true) |
|
◆ filter()
static void filter |
( |
FeatureMap & |
fmap, |
|
|
std::function< bool(const Feature &, const Feature &)> |
FeatureComparator = [](const Feature &left, const Feature &right){ return left.getOverallQuality() > right.getOverallQuality();} , |
|
|
std::function< bool(Feature &, Feature &)> |
FeatureOverlapCallback = [](Feature &, Feature &){ return true;} , |
|
|
bool |
check_overlap_at_trace_level = true |
|
) |
| |
|
static |