Isis Developer Reference
|
#include <ImportPdsTable.h>
Public Attributes | |
QString | m_name |
Name of column. | |
int | m_colnum |
Column number. | |
QString | m_dataType |
PDS table DATA_TYPE of column. | |
int | m_startByte |
Starting byte of data. | |
int | m_numBytes |
Number bytes in column. | |
int | m_itemBytes |
Number bytes per item. | |
int | m_items |
Number of items in column. | |
int Isis::ImportPdsTable::ColumnDescr::m_colnum |
Column number.
QString Isis::ImportPdsTable::ColumnDescr::m_dataType |
PDS table DATA_TYPE of column.
Referenced by Isis::ImportPdsTable::getType(), and Isis::ImportPdsTable::setType().
int Isis::ImportPdsTable::ColumnDescr::m_itemBytes |
Number bytes per item.
int Isis::ImportPdsTable::ColumnDescr::m_items |
Number of items in column.
QString Isis::ImportPdsTable::ColumnDescr::m_name |
Name of column.
int Isis::ImportPdsTable::ColumnDescr::m_numBytes |
Number bytes in column.
int Isis::ImportPdsTable::ColumnDescr::m_startByte |
Starting byte of data.