Hugin trunk 0.1
Loading...
Searching...
No Matches
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

namespace  HuginQueue
 

Functions

CommandQueueHuginQueue::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
 
CommandQueueHuginQueue::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
 
wxString HuginQueue::GetQuotedFilenamesString (const wxArrayString &files)
 return a wxString with all files in files quoted
 

Detailed Description

interface of CommandQueue creating for stitching engine

Author
T. Modes

Definition in file StitchingExecutor.h.