1 #ifndef TrackingTable_h 2 #define TrackingTable_h 35 const QString trackingTableName =
"InputImages";
File name manipulation and expansion.
Table toTable()
Constrcts and returns a Table object based on values in m_fileList.
~TrackingTable()
Destroys the TrackingTable object.
FileName pixelToFileName(unsigned int pixel)
Returns the FileName that corresponds to a pixel value.
TrackingTable()
Default constructor.
unsigned int fileNameToPixel(FileName file, QString serialNumber)
Returns the pixel value of the filename/serialnumber combination.
QList< QPair< FileName, QString > > m_fileList
The list to keep track of images.
int fileNameToIndex(FileName file, QString serialNumber)
Returns the index of the filename/serialnumber combination.
QString pixelToSN(unsigned int pixel)
Returns the serial number that corresponds to a pixel value.
Class for storing Table blobs information.
Table to store tracking information for a mosaic.
Namespace for ISIS/Bullet specific routines.