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
 

Detailed Description

Definition at line 136 of file ImportPdsTable.h.

Member Data Documentation

int Isis::ImportPdsTable::ColumnDescr::m_colnum
QString Isis::ImportPdsTable::ColumnDescr::m_dataType
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 140 of file ImportPdsTable.h.

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


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