20 #ifndef FILTERDIALOG_H 21 #define FILTERDIALOG_H 42 explicit FilterDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws,
const QString &dataset_key);
48 void on_methodComboBox_currentIndexChanged(
int index);
50 void on_buttonBox_accepted();
52 void on_buttonBox_rejected();
56 QSharedPointer<VespucciWorkspace> workspace_;
57 QSharedPointer<VespucciDataset> dataset_;
60 #endif // FILTERDIALOG_H
The VespucciDataset class This is the main class for dealing with hyperspectral data. This handles the import and export of spectra, and the creation of maps. Images are handled by the MapData class. This class is intended to be allocated on the heap inside of a smart pointer, there is no copy constructor.
The VespucciWorkspace class A class which contains all "global variables" (that aren't held in MainWi...
The FilterDialog class This dialog allows the user to apply filtering, smoothing or derivatization to...