#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeWaveletConstants.h>
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeWavelet.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/KERNEL/MSExperiment.h>
#include <OpenMS/KERNEL/MSSpectrum.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/MATH/STATISTICS/LinearRegression.h>
#include <OpenMS/DATASTRUCTURES/ConstRefVector.h>
#include <cmath>
#include <math.h>
#include <boost/math/special_functions/bessel.hpp>
#include <vector>
#include <map>
#include <sstream>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | cudaHelp |
An internally used class, subsuming several variables. More... | |
class | IsotopeWaveletTransform< PeakType > |
A class implementing the isotope wavelet transform. If you just want to find features using the isotope wavelet, take a look at the FeatureFinderAlgorithmIsotopeWavelet class. Usually, you only have to consider the class at hand if you plan to change the basic implementation of the transform. More... | |
struct | IsotopeWaveletTransform< PeakType >::BoxElement |
Internally used data structure. More... | |
class | IsotopeWaveletTransform< PeakType >::TransSpectrum |
Internally (only by GPUs) used data structure . It allows efficient data exchange between CPU and GPU and avoids unnecessary memory moves. The class is tailored on the isotope wavelet transform and is in general not applicable on similar - but different - situations. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Macros | |
#define | CUDA_SAFE_CALL(call) call; |
Functions | |
bool | myCudaComparator (const cudaHelp &a, const cudaHelp &b) |
template<typename PeakType > | |
bool | intensityComparator (const PeakType &a, const PeakType &b) |
template<typename PeakType > | |
bool | intensityAscendingComparator (const PeakType &a, const PeakType &b) |
template<typename PeakType > | |
bool | intensityPointerComparator (PeakType *a, PeakType *b) |
template<typename PeakType > | |
bool | positionComparator (const PeakType &a, const PeakType &b) |
#define CUDA_SAFE_CALL | ( | call | ) | call; |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:23 using doxygen 1.8.5 |