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

Functions

int ffgpxv (fitsfile *fptr, int datatype, long *firstpix, LONGLONG nelem, void *nulval, void *array, int *anynul, int *status)
 
int ffgpxvll (fitsfile *fptr, int datatype, LONGLONG *firstpix, LONGLONG nelem, void *nulval, void *array, int *anynul, int *status)
 
int ffgpxf (fitsfile *fptr, int datatype, long *firstpix, LONGLONG nelem, void *array, char *nullarray, int *anynul, int *status)
 
int ffgpxfll (fitsfile *fptr, int datatype, LONGLONG *firstpix, LONGLONG nelem, void *array, char *nullarray, int *anynul, int *status)
 
int ffgsv (fitsfile *fptr, int datatype, long *blc, long *trc, long *inc, void *nulval, void *array, int *anynul, int *status)
 
int ffgpv (fitsfile *fptr, int datatype, LONGLONG firstelem, LONGLONG nelem, void *nulval, void *array, int *anynul, int *status)
 
int ffgpf (fitsfile *fptr, int datatype, LONGLONG firstelem, LONGLONG nelem, void *array, char *nullarray, int *anynul, int *status)
 
int ffgcv (fitsfile *fptr, int datatype, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, void *nulval, void *array, int *anynul, int *status)
 
int ffgcf (fitsfile *fptr, int datatype, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, void *array, char *nullarray, int *anynul, int *status)
 

Function Documentation

int ffgcf ( fitsfile fptr,
int  datatype,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  array,
char *  nullarray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

int ffgcv ( fitsfile fptr,
int  datatype,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  nulval,
void *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgpf ( fitsfile fptr,
int  datatype,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  array,
char *  nullarray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

int ffgpv ( fitsfile fptr,
int  datatype,
LONGLONG  firstelem,
LONGLONG  nelem,
void *  nulval,
void *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgpxf ( fitsfile fptr,
int  datatype,
long *  firstpix,
LONGLONG  nelem,
void *  array,
char *  nullarray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

int ffgpxfll ( fitsfile fptr,
int  datatype,
LONGLONG firstpix,
LONGLONG  nelem,
void *  array,
char *  nullarray,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgpxv ( fitsfile fptr,
int  datatype,
long *  firstpix,
LONGLONG  nelem,
void *  nulval,
void *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgpxvll ( fitsfile fptr,
int  datatype,
LONGLONG firstpix,
LONGLONG  nelem,
void *  nulval,
void *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgsv ( fitsfile fptr,
int  datatype,
long *  blc,
long *  trc,
long *  inc,
void *  nulval,
void *  array,
int *  anynul,
int *  status 
)

Here is the call graph for this function: