Lets the user select two spectra and set the parameters for the spectrum alignment. More...
#include <OpenMS/VISUAL/DIALOGS/SpectrumAlignmentDialog.h>
Public Member Functions | |
| SpectrumAlignmentDialog (Spectrum1DWidget *parent) | |
| Constructor. | |
| Int | get1stLayerIndex () |
| Returns the index of the selected non-flipped layer. | |
| Int | get2ndLayerIndex () |
| Returns the index of the selected flipped layer. | |
Protected Attributes | |
| std::vector< UInt > | layer_indices_1_ |
| Stores the layer indices of the layers in the left list (non-flipped layers). | |
| std::vector< UInt > | layer_indices_2_ |
| Stores the layer indices of the layers in the right list (flipped layers). | |
Lets the user select two spectra and set the parameters for the spectrum alignment.
| SpectrumAlignmentDialog | ( | Spectrum1DWidget * | parent | ) |
Constructor.
| Int get1stLayerIndex | ( | ) |
Returns the index of the selected non-flipped layer.
Referenced by TOPPViewBase::showSpectrumAlignmentDialog().
| Int get2ndLayerIndex | ( | ) |
Returns the index of the selected flipped layer.
Referenced by TOPPViewBase::showSpectrumAlignmentDialog().
std::vector<UInt> layer_indices_1_ [protected] |
Stores the layer indices of the layers in the left list (non-flipped layers).
std::vector<UInt> layer_indices_2_ [protected] |
Stores the layer indices of the layers in the right list (flipped layers).
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |