40 #include <QtWidgets/QDialog> 44 class SpectrumAlignmentDialogTemplate;
49 class Spectrum1DWidget;
85 Ui::SpectrumAlignmentDialogTemplate*
ui_;
Ui::SpectrumAlignmentDialogTemplate * ui_
Definition: SpectrumAlignmentDialog.h:85
std::vector< UInt > layer_indices_2_
Stores the layer indices of the layers in the right list (flipped layers)
Definition: SpectrumAlignmentDialog.h:82
SpectrumAlignmentDialog(Spectrum1DWidget *parent)
Constructor.
double getTolerance() const
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Lets the user select two spectra and set the parameters for the spectrum alignment.
Definition: SpectrumAlignmentDialog.h:56
Definition: DataFilterDialog.h:45
Int get2ndLayerIndex()
Returns the index of the selected flipped layer.
Widget for visualization of several spectra.
Definition: Spectrum1DWidget.h:65
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.
~SpectrumAlignmentDialog()