awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/proto_gpc.h
Brad Gonzales 632020195a Issue #628 committing PGEN code received from Plummer on 4-19-2012.
Former-commit-id: fda897d2d0 [formerly 253e8bc948] [formerly fda897d2d0 [formerly 253e8bc948] [formerly 295cbf95e5 [formerly 0816cd253c86acc699cb90866131619c4679f631]]]
Former-commit-id: 295cbf95e5
Former-commit-id: 2a3bf4ec32 [formerly ae3d17c698]
Former-commit-id: a610dcde73
2012-05-10 16:50:45 -05:00

43 lines
1.2 KiB
C
Executable file

/************************************************************************
* proto_gpc.h *
* *
* This include file contains function prototypes for the gpc library. *
* *
** *
* D.W.Plummer/NCEP 2/04 *
* F. J. Yen/NCEP 1/31 Add clo_blasso *
* T. Piper/SAIC 01/07 Added gpc_trpoly *
***********************************************************************/
#ifndef PROTO_GPC
#define PROTO_GPC
/*
* gpc prototypes
*/
void gpc_cvlist ( int npoly,
float *px,
float *py,
gpc_vertex_list *contour,
int *iret );
void gpc_gvlist ( gpc_vertex_list *contour,
int *npoly,
float *px,
float *py,
int *iret );
float gpc_gvarea ( gpc_vertex_list *contour );
void gpc_trpoly ( gpc_polygon *poly,
int scal,
int *iret );
void clo_blasso ( char *bndtype,
char *key,
int *npts,
char *btags,
gpc_polygon *union_poly,
int *iret );
#endif /* PROTO_GPC */