USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::ImportPdsTable::ColumnDescr Struct Reference
Collaboration diagram for Isis::ImportPdsTable::ColumnDescr:
Collaboration graph

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.

Detailed Description

Definition at line 148 of file ImportPdsTable.h.

Member Data Documentation

int Isis::ImportPdsTable::ColumnDescr::m_colnum
QString Isis::ImportPdsTable::ColumnDescr::m_dataType
int Isis::ImportPdsTable::ColumnDescr::m_itemBytes

Number bytes per item.

Definition at line 154 of file ImportPdsTable.h.

Referenced by Isis::ImportPdsTable::getColumnDescription(), and Isis::ImportPdsTable::getColumnFields().

int Isis::ImportPdsTable::ColumnDescr::m_items

Number of items in column.

Definition at line 155 of file ImportPdsTable.h.

Referenced by Isis::ImportPdsTable::getColumnDescription(), and Isis::ImportPdsTable::getColumnFields().

QString Isis::ImportPdsTable::ColumnDescr::m_name
int Isis::ImportPdsTable::ColumnDescr::m_numBytes
int Isis::ImportPdsTable::ColumnDescr::m_startByte

Starting byte of data.

Definition at line 152 of file ImportPdsTable.h.

Referenced by Isis::ImportPdsTable::getColumnDescription(), and Isis::ImportPdsTable::getColumnValue().


The documentation for this struct was generated from the following file: