#include <hugin_version.h>
#include <fstream>
#include <sstream>
#include <getopt.h>
#include <unistd.h>
#include <panodata/Panorama.h>
#include <panodata/StandardImageVariableGroups.h>
#include <boost/algorithm/string.hpp>
#include <boost/regex.hpp>
#include <boost/lexical_cast.hpp>
#include <panodata/image_variables.h>
Include dependency graph for pto_lensstack.cpp:

Go to the source code of this file.
Classes | |
| struct | ParsedImg |
Defines | |
| #define | image_variable(name, type, default_value) |
Typedefs | |
| typedef std::vector< ParsedImg > | ParseImgVec |
Functions | |
| void | ParseSingleImage (ParseImgVec &varVec, std::string s, std::string regExpression) |
| void | ParseImageLensStackString (ParseImgVec &parseVec, std::string input, std::string regExpression) |
| void | NewPart (Panorama &pano, std::set< HuginBase::ImageVariableGroup::ImageVariableEnum > vars, unsigned int imgNr) |
| void | usage (const char *name) |
| int | main (int argc, char *argv[]) |
Definition in file pto_lensstack.cpp.
|
|
Value: case HuginBase::ImageVariableGroup::IVE_##name:\ pano.unlinkImageVariable##name(imgNr);\ break; |
|
|
Definition at line 51 of file pto_lensstack.cpp. Referenced by main(). |
|
||||||||||||
|
||||||||||||||||
|
Definition at line 107 of file pto_lensstack.cpp. Referenced by main(). |
|
||||||||||||||||
|
Definition at line 96 of file pto_lensstack.cpp. References ParseSingleImage(). Referenced by main(). |
|
||||||||||||||||
|
Definition at line 54 of file pto_lensstack.cpp. References ParsedImg::imgNr, ParsedImg::lensStackNr, and makefile::string. Referenced by ParseImageLensStackString(). |
|
|
Definition at line 123 of file pto_lensstack.cpp. References cout. |
1.3.9.1