OpenMS
FeatureOverlapFilter Member List

This is the complete list of members for FeatureOverlapFilter, including all inherited members.

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)FeatureOverlapFilterstatic