Hugin trunk 0.1
Loading...
Searching...
No Matches
Classes | Functions
Papywizard Namespace Reference

Classes

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

Functions

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

Function Documentation

◆ ImportPapywizardFile()

bool Papywizard::ImportPapywizardFile ( const wxString filename,
HuginBase::Panorama pano 
)

◆ ParseHeader()

bool Papywizard::ParseHeader ( wxXmlNode root,
PapywizardSettings images 
)

◆ ParsePapywizardFile()

bool Papywizard::ParsePapywizardFile ( const wxString filename,
PapywizardSettings images 
)

Definition at line 242 of file PapywizardImport.cpp.

References ParseHeader(), ParseShoot(), and threshold().

Referenced by ImportPapywizardFile().

◆ ParseShoot()

bool Papywizard::ParseShoot ( wxXmlNode root,
PapywizardSettings images 
)