Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

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.
 
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 135 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 141 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 142 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 139 of file ImportPdsTable.h.

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


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