Hugin trunk 0.1
Loading...
Searching...
No Matches
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 ()
 
wxString GetToolTip ()
 

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
 

Detailed Description

class to store some information about a pto file on disc

Definition at line 46 of file BrowseDialog.h.

Member Function Documentation

◆ GetToolTip()

wxString PanoInfo::GetToolTip ( )

◆ HasGPS()

bool PanoInfo::HasGPS ( )

Definition at line 154 of file BrowseDialog.cpp.

References GPSLatitude, GPSLongitude, and threshold().

Member Data Documentation

◆ camera

wxString PanoInfo::camera

◆ duration

wxTimeSpan PanoInfo::duration

◆ end

wxDateTime PanoInfo::end

Definition at line 56 of file BrowseDialog.h.

Referenced by BrowsePTOFilesDialog::ParsePTOFile().

◆ focalLength35

double PanoInfo::focalLength35 = 0.0

Definition at line 60 of file BrowseDialog.h.

Referenced by BrowsePTOFilesDialog::ParsePTOFile().

◆ focalLengthString

wxString PanoInfo::focalLengthString

◆ GPSLatitude

double PanoInfo::GPSLatitude = DBL_MAX

Definition at line 64 of file BrowseDialog.h.

Referenced by HasGPS(), and BrowsePTOFilesDialog::ParsePTOFile().

◆ GPSLongitude

double PanoInfo::GPSLongitude = DBL_MAX

Definition at line 63 of file BrowseDialog.h.

Referenced by HasGPS(), and BrowsePTOFilesDialog::ParsePTOFile().

◆ imageIndex

int PanoInfo::imageIndex = -1

Definition at line 62 of file BrowseDialog.h.

◆ lens

wxString PanoInfo::lens

◆ nrActiveImages

size_t PanoInfo::nrActiveImages = 0

◆ nrImages

size_t PanoInfo::nrImages = 0

◆ options

HuginBase::PanoramaOptions PanoInfo::options

◆ projectionName

wxString PanoInfo::projectionName

◆ ptoFilename

wxFileName PanoInfo::ptoFilename

Definition at line 49 of file BrowseDialog.h.

Referenced by BrowsePTOFilesDialog::ParsePTOFile().

◆ start

wxDateTime PanoInfo::start

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