59 QList< QPair< FileName, QString > > m_fileList;
File name manipulation and expansion.
Definition FileName.h:100
Class for storing Table blobs information.
Definition Table.h:61
Table to store tracking information for a mosaic.
Definition TrackingTable.h:37
QString pixelToSN(unsigned int pixel)
Returns the serial number that corresponds to a pixel value.
Definition TrackingTable.cpp:170
Table toTable()
Constrcts and returns a Table object based on values in m_fileList.
Definition TrackingTable.cpp:69
FileName pixelToFileName(unsigned int pixel)
Returns the FileName that corresponds to a pixel value.
Definition TrackingTable.cpp:120
TrackingTable()
Default constructor.
Definition TrackingTable.cpp:27
~TrackingTable()
Destroys the TrackingTable object.
Definition TrackingTable.cpp:59
int fileNameToIndex(FileName file, QString serialNumber)
Returns the index of the filename/serialnumber combination.
Definition TrackingTable.cpp:200
unsigned int fileNameToPixel(FileName file, QString serialNumber)
Returns the pixel value of the filename/serialnumber combination.
Definition TrackingTable.cpp:150
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
const QString trackingTableName
Definition TrackingTable.h:19