Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
PanoInfo Class Reference

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
 
wxTimeSpan duration
 
wxString camera
 
wxString lens
 
double focalLength35 = 0.0
 
wxString focalLengthString
 
int imageIndex = -1
 
double GPSLongitude = DBL_MAX
 
double GPSLatitude = DBL_MAX
 

Detailed Description

class to store some information about a pto file on disc

Definition at line 46 of file BrowseDialog.h.

Member Function Documentation

bool PanoInfo::HasGPS ( )
inline

Definition at line 65 of file BrowseDialog.h.

References GPSLatitude, and GPSLongitude.

Member Data Documentation

wxString PanoInfo::camera
wxTimeSpan PanoInfo::duration
double PanoInfo::focalLength35 = 0.0

Definition at line 60 of file BrowseDialog.h.

Referenced by BrowsePTOFilesDialog::ParsePTOFile().

wxString PanoInfo::focalLengthString
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
size_t PanoInfo::nrActiveImages = 0
size_t PanoInfo::nrImages = 0
HuginBase::PanoramaOptions PanoInfo::options
wxString PanoInfo::projectionName
wxFileName PanoInfo::ptoFilename

Definition at line 49 of file BrowseDialog.h.

Referenced by BrowsePTOFilesDialog::ParsePTOFile().

wxDateTime PanoInfo::start

The documentation for this class was generated from the following file: