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

implementation of read settings from papywizard xml file More...

#include "panoinc_WX.h"
#include "PapywizardImport.h"
#include "hugin_utils/utils.h"
#include <wx/xml/xml.h>
#include <wx/msgdlg.h>
#include <wx/stdpaths.h>
#include "hugin/huginApp.h"
#include "base_wx/CommandHistory.h"
#include "base_wx/PanoCommand.h"
#include "base_wx/platform.h"
#include "base_wx/MyExternalCmdExecDialog.h"
#include "base_wx/wxPanoCommand.h"
#include "icpfind/AutoCtrlPointCreator.h"
#include "hugin/config_defaults.h"
Include dependency graph for PapywizardImport.cpp:

Go to the source code of this file.

Classes

class  Papywizard::PapywizardSettings
 class which holds all read settings from a Papywizard xml file More...
 
struct  Papywizard::PapywizardSettings::PapywizardImage
 
class  Papywizard::PapywizardImportDialog
 

Namespaces

 Papywizard
 

Functions

bool Papywizard::ParseHeader (wxXmlNode *root, PapywizardSettings &images)
 parse header of papywizard file More...
 
bool Papywizard::ParseShoot (wxXmlNode *root, PapywizardSettings &images)
 parse shoot section of papywizard file More...
 
bool Papywizard::ParsePapywizardFile (const wxString &filename, PapywizardSettings &images)
 
bool Papywizard::ImportPapywizardFile (const wxString &filename, HuginBase::Panorama &pano)
 import the settings from given filename into pano More...
 

Detailed Description

implementation of read settings from papywizard xml file

Author
T. Modes

Definition in file PapywizardImport.cpp.