Hugintrunk
0.1
|
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>
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... | |
interface of CommandQueue creating for stitching engine
Definition in file StitchingExecutor.h.