OpenMS
|
Utilities for Feature and ConsensusMap. More...
#include <OpenMS/DATASTRUCTURES/Utils/MapUtilities.h>
Public Member Functions | |
template<class T > | |
void | applyFunctionOnPeptideHits (T &&f, bool include_unassigned=true) |
applies a function on all PeptideHits or only assigned ones More... | |
template<class T > | |
void | applyFunctionOnPeptideIDs (T &&f, bool include_unassigned=true) |
applies a function on all PeptideIDs or only assigned ones More... | |
template<class T > | |
void | applyFunctionOnPeptideHits (T &&f, bool include_unassigned=true) const |
applies a const function on all PeptideHits or only assigned ones More... | |
template<class T > | |
void | applyFunctionOnPeptideIDs (T &&f, bool include_unassigned=true) const |
applies a const function on all PeptideIDs or only assigned ones More... | |
Private Member Functions | |
template<class T > | |
void | applyFunctionOnPeptideIDs_ (std::vector< PeptideIdentification > &idvec, T &&f) |
template<class T > | |
void | applyFunctionOnPeptideHits_ (std::vector< PeptideIdentification > &idvec, T &&f) |
template<class T > | |
void | applyFunctionOnPeptideIDs_ (const std::vector< PeptideIdentification > &idvec, T &&f) const |
template<class T > | |
void | applyFunctionOnPeptideHits_ (const std::vector< PeptideIdentification > &idvec, T &&f) const |
Utilities for Feature and ConsensusMap.
|
inline |
applies a function on all PeptideHits or only assigned ones
References MapUtilities< MapType >::applyFunctionOnPeptideHits_().
|
inline |
applies a const function on all PeptideHits or only assigned ones
References MapUtilities< MapType >::applyFunctionOnPeptideHits_().
|
inlineprivate |
|
inlineprivate |
Referenced by MapUtilities< MapType >::applyFunctionOnPeptideHits().
|
inline |
applies a function on all PeptideIDs or only assigned ones
References MapUtilities< MapType >::applyFunctionOnPeptideIDs_().
Referenced by IDScoreGetterSetter::getPeptideScoresFromMap_(), IDScoreGetterSetter::setPeptideScoresForMap_(), and IDScoreSwitcherAlgorithm::switchToGeneralScoreType().
|
inline |
applies a const function on all PeptideIDs or only assigned ones
References MapUtilities< MapType >::applyFunctionOnPeptideIDs_().
|
inlineprivate |
|
inlineprivate |
Referenced by MapUtilities< MapType >::applyFunctionOnPeptideIDs().