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

Functions

int fits_read_rgnfile (const char *filename, WCSdata *wcs, SAORegion **Rgn, int *status)
 
int fits_read_ascii_region (const char *filename, WCSdata *wcs, SAORegion **Rgn, int *status)
 
int fits_in_region (double X, double Y, SAORegion *Rgn)
 
void fits_free_region (SAORegion *Rgn)
 
void fits_set_region_components (SAORegion *aRgn)
 
void fits_setup_shape (RgnShape *newShape)
 
int fits_read_fits_region (fitsfile *fptr, WCSdata *wcs, SAORegion **Rgn, int *status)
 

Function Documentation

void fits_free_region ( SAORegion Rgn)

Here is the caller graph for this function:

int fits_in_region ( double  X,
double  Y,
SAORegion Rgn 
)
int fits_read_ascii_region ( const char *  filename,
WCSdata wcs,
SAORegion **  Rgn,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_read_fits_region ( fitsfile fptr,
WCSdata wcs,
SAORegion **  Rgn,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int fits_read_rgnfile ( const char *  filename,
WCSdata wcs,
SAORegion **  Rgn,
int *  status 
)

Here is the call graph for this function:

void fits_set_region_components ( SAORegion aRgn)

Here is the caller graph for this function:

void fits_setup_shape ( RgnShape newShape)

Here is the caller graph for this function: