cfitsio  3390
Functions
getcols.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <ctype.h>
#include "fitsio2.h"
Include dependency graph for getcols.c:

Functions

int ffgcvs (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, char *nulval, char **array, int *anynul, int *status)
 
int ffgcfs (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, char **array, char *nularray, int *anynul, int *status)
 
int ffgcls (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, int nultyp, char *nulval, char **array, char *nularray, int *anynul, int *status)
 
int ffgcdw (fitsfile *fptr, int colnum, int *width, int *status)
 
int ffgcls2 (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, int nultyp, char *nulval, char **array, char *nularray, int *anynul, int *status)
 

Function Documentation

int ffgcdw ( fitsfile fptr,
int  colnum,
int *  width,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcfs ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
char **  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcls ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
int  nultyp,
char *  nulval,
char **  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcls2 ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
int  nultyp,
char *  nulval,
char **  array,
char *  nularray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcvs ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
char *  nulval,
char **  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: