Hugintrunk
0.1
|
Classes | |
class | PapywizardSettings |
class which holds all read settings from a Papywizard xml file More... | |
class | PapywizardImportDialog |
Functions | |
bool | ParseHeader (wxXmlNode *root, PapywizardSettings &images) |
parse header of papywizard file More... | |
bool | ParseShoot (wxXmlNode *root, PapywizardSettings &images) |
parse shoot section of papywizard file More... | |
bool | ParsePapywizardFile (const wxString &filename, PapywizardSettings &images) |
bool | ImportPapywizardFile (const wxString &filename, HuginBase::Panorama &pano) |
import the settings from given filename into pano More... | |
bool Papywizard::ImportPapywizardFile | ( | const wxString & | filename, |
HuginBase::Panorama & | pano | ||
) |
import the settings from given filename into pano
Definition at line 348 of file PapywizardImport.cpp.
References PanoCommand::CommandHistory::addCommand(), Papywizard::PapywizardSettings::cropfactor, Papywizard::PapywizardImportDialog::EnableStack(), fill_set(), Papywizard::PapywizardSettings::focallength, Papywizard::PapywizardImportDialog::GetCPFindParam(), PanoCommand::GlobalCmdHist::getInstance(), HuginQueue::GetInternalProgram(), HuginBase::ConstStandardImageVariableGroups::getLensVariables(), hugin_utils::getPathPrefix(), HuginBase::ConstStandardImageVariableGroups::getStackVariables(), Papywizard::PapywizardSettings::HasBracketImages(), HUGIN_CONV_FILENAME, Papywizard::PapywizardSettings::images, Papywizard::PapywizardImportDialog::LinkStacks(), map_get(), MyExecuteCommandQueue(), ParsePapywizardFile(), Papywizard::PapywizardSettings::projection, Papywizard::PapywizardImportDialog::RunCpfind(), Papywizard::PapywizardImportDialog::RunGeocpset(), and HuginQueue::wxEscapeFilename().
Referenced by MainFrame::OnReadPapywizard().
bool Papywizard::ParseHeader | ( | wxXmlNode * | root, |
PapywizardSettings & | images | ||
) |
parse header of papywizard file
Definition at line 83 of file PapywizardImport.cpp.
References HuginBase::BaseSrcPanoImage::CIRCULAR_FISHEYE, Papywizard::PapywizardSettings::cropfactor, Papywizard::PapywizardSettings::focallength, Papywizard::PapywizardSettings::projection, HuginBase::BaseSrcPanoImage::RECTILINEAR, and hugin_utils::stringToDouble().
Referenced by ParsePapywizardFile().
bool Papywizard::ParsePapywizardFile | ( | const wxString & | filename, |
PapywizardSettings & | images | ||
) |
Definition at line 241 of file PapywizardImport.cpp.
References ParseHeader(), and ParseShoot().
Referenced by ImportPapywizardFile().
bool Papywizard::ParseShoot | ( | wxXmlNode * | root, |
PapywizardSettings & | images | ||
) |
parse shoot section of papywizard file
Definition at line 153 of file PapywizardImport.cpp.
References Papywizard::PapywizardSettings::PapywizardImage::bracket, Papywizard::PapywizardSettings::PapywizardImage::id, Papywizard::PapywizardSettings::images, Papywizard::PapywizardSettings::PapywizardImage::pitch, Papywizard::PapywizardSettings::PapywizardImage::roll, hugin_utils::stringToDouble(), and Papywizard::PapywizardSettings::PapywizardImage::yaw.
Referenced by ParsePapywizardFile().