40 #include <QtWidgets/QDialog>
44 class SpectrumAlignmentDialogTemplate;
85 Ui::SpectrumAlignmentDialogTemplate*
ui_;
Lets the user select two spectra and set the parameters for the spectrum alignment.
Definition: SpectrumAlignmentDialog.h:58
double getTolerance() const
Int get1stLayerIndex()
Returns the index of the selected non-flipped layer.
std::vector< UInt > layer_indices_1_
Stores the layer indices of the layers in the left list (non-flipped layers)
Definition: SpectrumAlignmentDialog.h:80
~SpectrumAlignmentDialog()
Ui::SpectrumAlignmentDialogTemplate * ui_
Definition: SpectrumAlignmentDialog.h:85
SpectrumAlignmentDialog(Plot1DWidget *parent)
Constructor.
Int get2ndLayerIndex()
Returns the index of the selected flipped layer.
std::vector< UInt > layer_indices_2_
Stores the layer indices of the layers in the right list (flipped layers)
Definition: SpectrumAlignmentDialog.h:82
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: SwathWizardBase.h:63