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

Public Attributes

QString m_name
 Name of column. More...
 
int m_colnum
 Column number. More...
 
QString m_dataType
 PDS table DATA_TYPE of column. More...
 
int m_startByte
 Starting byte of data. More...
 
int m_numBytes
 Number bytes in column. More...
 
int m_itemBytes
 Number bytes per item. More...
 
int m_items
 Number of items in column. More...
 

Detailed Description

Definition at line 150 of file ImportPdsTable.h.

Member Data Documentation

◆ m_colnum

int Isis::ImportPdsTable::ColumnDescr::m_colnum

◆ m_dataType

QString Isis::ImportPdsTable::ColumnDescr::m_dataType

◆ m_itemBytes

int Isis::ImportPdsTable::ColumnDescr::m_itemBytes

Number bytes per item.

Definition at line 156 of file ImportPdsTable.h.

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

◆ m_items

int Isis::ImportPdsTable::ColumnDescr::m_items

Number of items in column.

Definition at line 157 of file ImportPdsTable.h.

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

◆ m_name

QString Isis::ImportPdsTable::ColumnDescr::m_name

◆ m_numBytes

int Isis::ImportPdsTable::ColumnDescr::m_numBytes

◆ m_startByte

int Isis::ImportPdsTable::ColumnDescr::m_startByte

Starting byte of data.

Definition at line 154 of file ImportPdsTable.h.

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


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