|
Hugintrunk
0.1
|
implementation of CommandQueue for assistant More...
#include "base_wx/platform.h"#include "AssistantExecutor.h"#include <wx/config.h>#include <wx/translation.h>#include <wx/fileconf.h>#include <wx/wfstream.h>#include "hugin_utils/utils.h"#include "algorithms/optimizer/ImageGraph.h"#include "base_wx/wxPlatform.h"#include "hugin/config_defaults.h"
Go to the source code of this file.
Namespaces | |
| HuginQueue | |
Functions | |
| CommandQueue * | HuginQueue::GetAssistantCommandQueue (const HuginBase::Panorama &pano, const wxString &ExePath, const wxString &project) |
| generates the command queue for running the assistant More... | |
| CommandQueue * | HuginQueue::GetAssistantCommandQueueUserDefined (const HuginBase::Panorama &pano, const wxString &ExePath, const wxString &project, const wxString &assistantSetting, wxArrayString &tempFilesDelete, std::ostream &errStream) |
| generates the command queue for running the assistant More... | |
implementation of CommandQueue for assistant
Definition in file AssistantExecutor.cpp.
1.8.5