Vespucci  1.0.0
textimport.h File Reference
#include <mlpack/core.hpp>
#include "Global/libvespucci.h"
#include <map>

Go to the source code of this file.

Namespaces

 TextImport
 

Functions

VESPUCCI_EXPORT bool TextImport::ImportWideText (std::string filename, arma::mat &spectra, arma::vec &abscissa, arma::vec &x, arma::vec &y, bool swap_spatial)
 TextImport::ImportWideText. More...
 
VESPUCCI_EXPORT bool TextImport::ImportLongText (std::string filename, arma::mat &spectra, arma::mat &abscissa, arma::vec &x, arma::vec &y, bool swap_spatial)
 TextImport::ImportLongText. More...
 
VESPUCCI_EXPORT bool TextImport::ImportMultiplePoints (std::map< std::pair< int, int >, std::string > filenames, int rows, int cols, arma::mat &spectra, arma::vec &abscissa, arma::vec &x, arma::vec &y)
 TextImport::ImportMultiplePoints. More...
 
VESPUCCI_EXPORT bool TextImport::ImportWitec (std::string filename, double x_start, double y_start, double x_end, double y_end, arma::uword x_count, arma::uword y_count, arma::mat &spectra, arma::vec &abscissa, arma::vec &x, arma::vec &y)
 TextImport::ImportWitec. More...
 
VESPUCCI_EXPORT bool TextImport::CheckFileValidity (QString filename, bool &comma_decimals)
 TextImport::CheckFileValidity. More...
 
VESPUCCI_EXPORT void TextImport::GenerateSpatialData (double x_start, double y_start, double x_end, double y_end, arma::uword x_count, arma::uword y_count, arma::vec &x, arma::vec &y)
 TextImport::GenerateSpatialData. More...