|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef TrackingTable_h
2 #define TrackingTable_h
TrackingTable()
Default constructor.
Definition: TrackingTable.cpp:27
const QString trackingTableName
Definition: TrackingTable.h:19
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
QString name() const
Returns the name of the file excluding the path and the attributes in the file name.
Definition: FileName.cpp:162
File name manipulation and expansion.
Definition: FileName.h:100
unsigned int fileNameToPixel(FileName file, QString serialNumber)
Returns the pixel value of the filename/serialnumber combination.
Definition: TrackingTable.cpp:150
~TrackingTable()
Destroys the TrackingTable object.
Definition: TrackingTable.cpp:59
Definition: TableRecord.h:38
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Class for storing Table blobs information.
Definition: Table.h:61
Table toTable()
Constrcts and returns a Table object based on values in m_fileList.
Definition: TrackingTable.cpp:69
Table to store tracking information for a mosaic.
Definition: TrackingTable.h:37
Isis exception class.
Definition: IException.h:91
FileName pixelToFileName(unsigned int pixel)
Returns the FileName that corresponds to a pixel value.
Definition: TrackingTable.cpp:120
int fileNameToIndex(FileName file, QString serialNumber)
Returns the index of the filename/serialnumber combination.
Definition: TrackingTable.cpp:200
const unsigned int VALID_MINUI4
Definition: SpecialPixel.h:171
QString name() const
Returns the name of the TableField.
Definition: TableField.cpp:97
Namespace for the standard library.
This is free and unencumbered software released into the public domain.
Definition: CubeIoHandler.h:23
QString pixelToSN(unsigned int pixel)
Returns the serial number that corresponds to a pixel value.
Definition: TrackingTable.cpp:170
int Records() const
Returns the number of records.
Definition: Table.cpp:313
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Class for storing an Isis::Table's field information.
Definition: TableField.h:47