Hugintrunk
0.1
|
class to store some information about a pto file on disc More...
#include <BrowseDialog.h>
Public Member Functions | |
bool | HasGPS () |
Public Attributes | |
wxFileName | ptoFilename |
size_t | nrImages = 0 |
size_t | nrActiveImages = 0 |
HuginBase::PanoramaOptions | options |
wxString | projectionName |
wxDateTime | start |
wxDateTime | end |
wxTimeSpan | duration |
wxString | camera |
wxString | lens |
double | focalLength35 = 0.0 |
wxString | focalLengthString |
int | imageIndex = -1 |
double | GPSLongitude = DBL_MAX |
double | GPSLatitude = DBL_MAX |
class to store some information about a pto file on disc
Definition at line 46 of file BrowseDialog.h.
|
inline |
Definition at line 65 of file BrowseDialog.h.
References GPSLatitude, and GPSLongitude.
wxString PanoInfo::camera |
Definition at line 58 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
wxTimeSpan PanoInfo::duration |
Definition at line 57 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
wxDateTime PanoInfo::end |
Definition at line 56 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::ParsePTOFile().
double PanoInfo::focalLength35 = 0.0 |
Definition at line 60 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::ParsePTOFile().
wxString PanoInfo::focalLengthString |
Definition at line 61 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
double PanoInfo::GPSLatitude = DBL_MAX |
Definition at line 64 of file BrowseDialog.h.
Referenced by HasGPS(), and BrowsePTOFilesDialog::ParsePTOFile().
double PanoInfo::GPSLongitude = DBL_MAX |
Definition at line 63 of file BrowseDialog.h.
Referenced by HasGPS(), and BrowsePTOFilesDialog::ParsePTOFile().
int PanoInfo::imageIndex = -1 |
Definition at line 62 of file BrowseDialog.h.
wxString PanoInfo::lens |
Definition at line 59 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
size_t PanoInfo::nrActiveImages = 0 |
Definition at line 53 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
size_t PanoInfo::nrImages = 0 |
Definition at line 51 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
HuginBase::PanoramaOptions PanoInfo::options |
Definition at line 54 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
wxString PanoInfo::projectionName |
Definition at line 55 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().
wxFileName PanoInfo::ptoFilename |
Definition at line 49 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::ParsePTOFile().
wxDateTime PanoInfo::start |
Definition at line 56 of file BrowseDialog.h.
Referenced by BrowsePTOFilesDialog::FillPanoInfo(), and BrowsePTOFilesDialog::ParsePTOFile().