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

Functions

int ffgcvl (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, char nulval, char *array, int *anynul, int *status)
 
int ffgcl (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, char *array, int *status)
 
int ffgcfl (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, char *array, char *nularray, int *anynul, int *status)
 
int ffgcll (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, int nultyp, char nulval, char *array, char *nularray, int *anynul, int *status)
 
int ffgcx (fitsfile *fptr, int colnum, LONGLONG frow, LONGLONG fbit, LONGLONG nbit, char *larray, int *status)
 
int ffgcxui (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG nrows, long input_first_bit, int input_nbits, unsigned short *array, int *status)
 
int ffgcxuk (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG nrows, long input_first_bit, int input_nbits, unsigned int *array, int *status)
 

Function Documentation

int ffgcfl ( 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 ffgcl ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
char *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcll ( 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 ffgcvl ( 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:

int ffgcx ( fitsfile fptr,
int  colnum,
LONGLONG  frow,
LONGLONG  fbit,
LONGLONG  nbit,
char *  larray,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcxui ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  nrows,
long  input_first_bit,
int  input_nbits,
unsigned short *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffgcxuk ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  nrows,
long  input_first_bit,
int  input_nbits,
unsigned int *  array,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: