#include <vector>
Go to the source code of this file.
|
| template<typename TMassComparator > |
| void | ralab::base::resample::breaks (double minMass, double maxMass, TMassComparator tmassComp, std::vector< double > &breaks, bool exact=false) |
| | Segment mass range according to Mass Compare functor could be used to histogram a dataset or to compute minima for each segment in order to perform baseline subtraction. More...
|
| |
| template<typename TInputIterator , typename TOutputIterator > |
| TOutputIterator | ralab::base::resample::getMids (TInputIterator breaksBeg, TInputIterator breaksEnd, TOutputIterator midsBeg) |
| |
| void | ralab::base::resample::getMids (const std::vector< double > &breaks, std::vector< double > &mids) |
| | Dummy version of getMids. More...
|
| |