|
Isis 3 Programmer Reference
|
1 #ifndef TrackingTable_h
2 #define TrackingTable_h
19 const QString trackingTableName =
"InputImages";
TrackingTable()
Default constructor.
This is free and unencumbered software released into the public domain.
File name manipulation and expansion.
unsigned int fileNameToPixel(FileName file, QString serialNumber)
Returns the pixel value of the filename/serialnumber combination.
~TrackingTable()
Destroys the TrackingTable object.
Class for storing Table blobs information.
Table toTable()
Constrcts and returns a Table object based on values in m_fileList.
Table to store tracking information for a mosaic.
FileName pixelToFileName(unsigned int pixel)
Returns the FileName that corresponds to a pixel value.
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.
QList< QPair< FileName, QString > > m_fileList
The list to keep track of images.
This is free and unencumbered software released into the public domain.