Scyllarus: C++ Hyperspectral Processing Library
Hyperspectral Image Processing Pipeline
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Functions
processing.cpp File Reference
#include "processing.h"
#include <boost/regex.hpp>
#include <boost/algorithm/string/trim.hpp>

Functions

bool is_op (std::string op)
 
int op_priority (std::string op)
 
std::vector< std::string > shunting_yard (std::vector< std::string > tokens)
 

Function Documentation

bool is_op ( std::string  op)
int op_priority ( std::string  op)
std::vector<std::string> shunting_yard ( std::vector< std::string >  tokens)