Hugintrunk
0.1
|
function to parse expressions from strings More...
#include <string>
#include <vector>
#include <iostream>
#include <hugin_shared.h>
#include "hugin_config.h"
#include "panodata/Panorama.h"
Go to the source code of this file.
Classes | |
struct | Parser::ParseVar |
struct to save parsed variables and optional image numbers More... | |
Namespaces | |
Parser | |
Typedefs | |
typedef std::vector< ParseVar > | Parser::ParseVarVec |
Functions | |
IMPEX bool | Parser::ParseVarNumber (const std::string &s, Parser::ParseVar &var) |
parse string s and store result in ParseVar var More... | |
void | Parser::ParseVariableString (ParseVarVec &parseVec, const std::string &input, std::ostream &errorStream, void(*func)(ParseVarVec &, const std::string &, std::ostream &)) |
parse complete variables string More... | |
IMPEX void | Parser::PanoParseExpression (HuginBase::Panorama &pano, const std::string &expression, std::ostream &statusStream=std::cout, std::ostream &errorStream=std::cerr) |
parses the given expression and apply the changes to the Panorama More... | |
function to parse expressions from strings
Definition in file ParseExp.h.