Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
PTScriptParsing.cpp File Reference
#include "PTScriptParsing.h"
#include <hugin_utils/utils.h>
#include <stdio.h>
Include dependency graph for PTScriptParsing.cpp:

Go to the source code of this file.

Namespaces

 HuginBase
 mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
 
 HuginBase::PTScriptParsing
 

Functions

bool HuginBase::PTScriptParsing::getPTParam (std::string &output, const std::string &line, const std::string &parameter)
 helper functions for parsing of a script line More...
 
bool HuginBase::PTScriptParsing::getDoubleParam (double &d, const std::string &line, const std::string &name)
 
bool HuginBase::PTScriptParsing::getPTDoubleParam (double &value, int &link, const std::string &line, const std::string &var)
 
bool HuginBase::PTScriptParsing::readVar (Variable &var, int &link, const std::string &line)