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

Functions

int ffppru (fitsfile *fptr, long group, LONGLONG firstelem, LONGLONG nelem, int *status)
 
int ffpprn (fitsfile *fptr, LONGLONG firstelem, LONGLONG nelem, int *status)
 
int ffpclu (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelempar, int *status)
 
int ffpcluc (fitsfile *fptr, int colnum, LONGLONG firstrow, LONGLONG firstelem, LONGLONG nelem, int *status)
 
int ffprwu (fitsfile *fptr, LONGLONG firstrow, LONGLONG nrows, int *status)
 

Function Documentation

int ffpclu ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelempar,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpcluc ( fitsfile fptr,
int  colnum,
LONGLONG  firstrow,
LONGLONG  firstelem,
LONGLONG  nelem,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffpprn ( fitsfile fptr,
LONGLONG  firstelem,
LONGLONG  nelem,
int *  status 
)

Here is the call graph for this function:

int ffppru ( fitsfile fptr,
long  group,
LONGLONG  firstelem,
LONGLONG  nelem,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int ffprwu ( fitsfile fptr,
LONGLONG  firstrow,
LONGLONG  nrows,
int *  status 
)