Hugintrunk
0.1
|
class which holds all read settings from a Papywizard xml file More...
Classes | |
struct | PapywizardImage |
Public Member Functions | |
PapywizardSettings () | |
constructor, initialize some values More... | |
bool | HasBracketImages () const |
Public Attributes | |
double | focallength |
double | cropfactor |
HuginBase::SrcPanoImage::Projection | projection |
std::vector< PapywizardImage > | images |
class which holds all read settings from a Papywizard xml file
Definition at line 45 of file PapywizardImport.cpp.
|
inline |
constructor, initialize some values
Definition at line 62 of file PapywizardImport.cpp.
References cropfactor, focallength, projection, and HuginBase::BaseSrcPanoImage::RECTILINEAR.
|
inline |
Definition at line 69 of file PapywizardImport.cpp.
References images.
Referenced by Papywizard::ImportPapywizardFile().
double Papywizard::PapywizardSettings::cropfactor |
Definition at line 50 of file PapywizardImport.cpp.
Referenced by Papywizard::ImportPapywizardFile(), PapywizardSettings(), and Papywizard::ParseHeader().
double Papywizard::PapywizardSettings::focallength |
Definition at line 49 of file PapywizardImport.cpp.
Referenced by Papywizard::ImportPapywizardFile(), PapywizardSettings(), and Papywizard::ParseHeader().
std::vector<PapywizardImage> Papywizard::PapywizardSettings::images |
Definition at line 60 of file PapywizardImport.cpp.
Referenced by HasBracketImages(), Papywizard::ImportPapywizardFile(), and Papywizard::ParseShoot().
HuginBase::SrcPanoImage::Projection Papywizard::PapywizardSettings::projection |
Definition at line 51 of file PapywizardImport.cpp.
Referenced by Papywizard::ImportPapywizardFile(), PapywizardSettings(), and Papywizard::ParseHeader().