|
OpenMS
2.5.0
|
Go to the documentation of this file.
40 #include <QtWidgets/QDialog>
44 class SpectrumAlignmentDialogTemplate;
49 class Spectrum1DWidget;
85 Ui::SpectrumAlignmentDialogTemplate*
ui_;
std::vector< UInt > layer_indices_1_
Stores the layer indices of the layers in the left list (non-flipped layers)
Definition: SpectrumAlignmentDialog.h:80
Int get1stLayerIndex()
Returns the index of the selected non-flipped layer.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< UInt > layer_indices_2_
Stores the layer indices of the layers in the right list (flipped layers)
Definition: SpectrumAlignmentDialog.h:82
Definition: DataFilterDialog.h:45
Lets the user select two spectra and set the parameters for the spectrum alignment.
Definition: SpectrumAlignmentDialog.h:56
SpectrumAlignmentDialog(Spectrum1DWidget *parent)
Constructor.
~SpectrumAlignmentDialog()
double getTolerance() const
Int get2ndLayerIndex()
Returns the index of the selected flipped layer.
Ui::SpectrumAlignmentDialogTemplate * ui_
Definition: SpectrumAlignmentDialog.h:85