1 #ifndef ExportPdsTable_h 
    2 #define ExportPdsTable_h 
   72                             QString pdsByteOrder);
 
   82       int m_outputRecordBytes; 
 
   88       QString m_pdsByteOrder;  
 
~ExportPdsTable()
Destructs for ExportPdsTable objects. 
Definition: ExportPdsTable.cpp:66
 
PvlObject exportTable(char *pdsTableBuffer, int pdsFileRecordBytes, QString pdsByteOrder)
This methods fills the given buffer with the binary PDS table data and returns label information...
Definition: ExportPdsTable.cpp:82
 
Byte swapper. 
Definition: EndianSwapper.h:54
 
Class for storing Table blobs information. 
Definition: Table.h:74
 
ExportPdsTable(Table isisTable)
Construct an ExportPdsTable object and set default member variable values. 
Definition: ExportPdsTable.cpp:53
 
QString formatPdsTableName()
Format the PDS table object name using the Isis3 table name. 
Definition: ExportPdsTable.cpp:220
 
Definition: TableRecord.h:54
 
Export a PDS table from an Isis3 Table. 
Definition: ExportPdsTable.h:67
 
Contains Pvl Groups and Pvl Objects. 
Definition: PvlObject.h:74