Vespucci  1.0.0
vespuccidataset.h File Reference
#include "Math/VespucciMath.h"
#include "Data/Analysis/abstractdataanalyzer.h"
#include <QTextStream>
#include <iostream>
#include <QVector>
#include <vector>
#include <qcustomplot.h>
#include "Data/Analysis/principalcomponentsdata.h"
#include "Data/Analysis/plsdata.h"
#include "Data/Analysis/vcadata.h"
#include "Global/vespucciworkspace.h"
#include "Data/Imaging/mapdata.h"
#include <cmath>
#include <fstream>
#include "GUI/mainwindow.h"
#include "Data/Import/textimport.h"
#include "Data/Import/binaryimport.h"
#include "GUI/QAbstractItemModel/maplistmodel.h"
#include "Data/Analysis/univariatedata.h"
#include "Data/Analysis/mlpackpcadata.h"
#include "Data/Analysis/analysisresults.h"
#include "GUI/QAbstractItemModel/treeitem.h"

Go to the source code of this file.

Classes

class  VespucciDataset
 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. More...