cfitsio  3390
Data Fields
iteratorCol Struct Reference

#include <fitsio.h>

Collaboration diagram for iteratorCol:
Collaboration graph
[legend]

Data Fields

fitsfilefptr
 
int colnum
 column number in the table (use name if < 1) More...
 
char colname [70]
 name (= TTYPEn value) of the column (optional) More...
 
int datatype
 output datatype (converted if necessary More...
 
int iotype
 = InputCol, InputOutputCol, or OutputCol More...
 
void * array
 pointer to the array (and the null value) More...
 
long repeat
 binary table vector repeat value More...
 
long tlmin
 legal minimum data value More...
 
long tlmax
 legal maximum data value More...
 
char tunit [70]
 physical unit string More...
 
char tdisp [70]
 suggested display format More...
 

Detailed Description

structure for the iterator function column information

Field Documentation

iteratorCol::array

pointer to the array (and the null value)

iteratorCol::colname

name (= TTYPEn value) of the column (optional)

iteratorCol::colnum

column number in the table (use name if < 1)

iteratorCol::datatype

output datatype (converted if necessary

fitsfile* iteratorCol::fptr
iteratorCol::iotype

= InputCol, InputOutputCol, or OutputCol

iteratorCol::repeat

binary table vector repeat value

iteratorCol::tdisp

suggested display format

iteratorCol::tlmax

legal maximum data value

iteratorCol::tlmin

legal minimum data value

iteratorCol::tunit

physical unit string


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