1#ifndef ExportPdsTable_h
2#define ExportPdsTable_h
56 PvlObject
exportTable(
char *pdsTableBuffer,
int pdsFileRecordBytes,
57 QString pdsByteOrder);
61 void Pack(TableRecord record,
char *buffer,
EndianSwapper *endianSwap);
62 PvlObject fillMetaData();
67 int m_outputRecordBytes;
73 QString m_pdsByteOrder;
Byte swapper.
Definition EndianSwapper.h:38
~ExportPdsTable()
Destructs for ExportPdsTable objects.
Definition ExportPdsTable.cpp:51
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:67
QString formatPdsTableName()
Format the PDS table object name using the ISIS table name.
Definition ExportPdsTable.cpp:202
ExportPdsTable(Table isisTable)
Construct an ExportPdsTable object and set default member variable values.
Definition ExportPdsTable.cpp:38
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16