14 #include <QtWidgets/QDialog> 
   18   class SpectrumAlignmentDialogTemplate;
 
   59     Ui::SpectrumAlignmentDialogTemplate* 
ui_;
 
Lets the user select two spectra and set the parameters for the spectrum alignment.
Definition: SpectrumAlignmentDialog.h:32
 
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:54
 
Ui::SpectrumAlignmentDialogTemplate * ui_
Definition: SpectrumAlignmentDialog.h:59
 
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:56
 
~SpectrumAlignmentDialog() override
 
int Int
Signed integer type.
Definition: Types.h:72
 
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
 
Definition: FLASHDeconvWizardBase.h:37