Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
pto_lensstack.cpp File Reference

program to manipulate lens and stack assignment in pto files More...

#include <fstream>
#include <sstream>
#include <getopt.h>
#include <panodata/Panorama.h>
#include <panodata/StandardImageVariableGroups.h>
#include "hugin_utils/utils.h"
#include <panodata/image_variables.h>
Include dependency graph for pto_lensstack.cpp:

Go to the source code of this file.

Classes

struct  ParsedImg
 

Typedefs

typedef std::vector< ParsedImgParseImgVec
 

Functions

void ParseSingleImage (ParseImgVec &varVec, const std::string &s)
 
void ParseImageLensStackString (ParseImgVec &parseVec, std::string input)
 
static void usage (const char *name)
 
int main (int argc, char *argv[])
 

Detailed Description

program to manipulate lens and stack assignment in pto files

Author
T. Modes

Definition in file pto_lensstack.cpp.

Typedef Documentation

typedef std::vector<ParsedImg> ParseImgVec

Definition at line 41 of file pto_lensstack.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void ParseImageLensStackString ( ParseImgVec parseVec,
std::string  input 
)

Definition at line 87 of file pto_lensstack.cpp.

References ParseSingleImage(), and hugin_utils::SplitString().

Referenced by main().

void ParseSingleImage ( ParseImgVec varVec,
const std::string &  s 
)
static void usage ( const char *  name)
static

Definition at line 113 of file pto_lensstack.cpp.

References hugin_utils::GetHuginVersion().