Scyllarus: C++ Hyperspectral Processing Library
Hyperspectral Image Processing Pipeline
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Namespaces | Functions | Variables
scylver.h File Reference
#include <armadillo>
#include <sstream>
#include "logger.h"

Go to the source code of this file.

Namespaces

 scyl
 

Functions

template<class T >
void scyl::version (T &in)
 Get the version number of Scyllarus (Casted from Float (Major.MinorSub) More...
 
template<class T >
void scyl::version (arma::Mat< T > &in)
 Get the version number of Scyllarus (Casted from Float (Major.MinorSub) More...
 
std::string scyl::version_string ()
 Get the version number formatted as a string [Major.Minor.Sub(release)]. More...
 
void scyl::print_version ()
 Print Scyllarus information/copyright banner with version information. More...
 

Variables

const int scyl::VERSION_MAJOR = 1
 
const int scyl::VERSION_MINOR = 0
 
const int scyl::VERSION_SUB = 3
 
const float scyl::VERSION_FLOAT = 1.03f