Utilities for Feature and ConsensusMap.
More...
#include <OpenMS/DATASTRUCTURES/Utils/MapUtilities.h>
template<class MapType>
class OpenMS::MapUtilities< MapType >
Utilities for Feature and ConsensusMap.
◆ applyFunctionOnPeptideHits() [1/2]
void applyFunctionOnPeptideHits |
( |
T && |
f, |
|
|
bool |
include_unassigned = true |
|
) |
| |
|
inline |
applies a function on all PeptideHits or only assigned ones
◆ applyFunctionOnPeptideHits() [2/2]
void applyFunctionOnPeptideHits |
( |
T && |
f, |
|
|
bool |
include_unassigned = true |
|
) |
| const |
|
inline |
applies a const function on all PeptideHits or only assigned ones
◆ applyFunctionOnPeptideHits_() [1/2]
◆ applyFunctionOnPeptideHits_() [2/2]
◆ applyFunctionOnPeptideIDs() [1/2]
void applyFunctionOnPeptideIDs |
( |
T && |
f, |
|
|
bool |
include_unassigned = true |
|
) |
| |
|
inline |
◆ applyFunctionOnPeptideIDs() [2/2]
void applyFunctionOnPeptideIDs |
( |
T && |
f, |
|
|
bool |
include_unassigned = true |
|
) |
| const |
|
inline |
applies a const function on all PeptideIDs or only assigned ones
◆ applyFunctionOnPeptideIDs_() [1/2]
◆ applyFunctionOnPeptideIDs_() [2/2]