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

interface of CommandQueue creating for stitching engine More...

#include <hugin_shared.h>
#include <panodata/Panorama.h>
#include <wx/arrstr.h>
#include "Executor.h"
#include <ostream>
Include dependency graph for StitchingExecutor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HuginQueue
 

Functions

CommandQueue * HuginQueue::GetStitchingCommandQueue (const HuginBase::Panorama &pano, const wxString &ExePath, const wxString &project, const wxString &prefix, wxString &statusText, wxArrayString &outputFiles, wxArrayString &tempFilesDelete, std::ostream &errStream)
 generates the command queue for stitching a pano it will also generate the necessary exiftool argfiles More...
 
CommandQueue * HuginQueue::GetStitchingCommandQueueUserOutput (const HuginBase::Panorama &pano, const wxString &ExePath, const wxString &project, const wxString &prefix, const wxString &outputSettings, wxString &statusText, wxArrayString &outputFiles, wxArrayString &tempFilesDelete, std::ostream &errStream)
 generates the command queue for stitching a pano, the commands are parsed from the given executor output file More...
 
wxString HuginQueue::GetQuotedFilenamesString (const wxArrayString &files)
 return a wxString with all files in files quoted More...
 

Detailed Description

interface of CommandQueue creating for stitching engine

Author
T. Modes

Definition in file StitchingExecutor.h.