awips2/nativeLib/rary.ohd.pproc/inc/overlay.h
root 133dc97f67 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]
Former-commit-id: 9f19e3f712
Former-commit-id: a02aeb236c
2012-01-06 08:55:05 -06:00

47 lines
1.3 KiB
C

/*=========================================================================*/
/* FILE PATH/NAME: st3_includes/overlay.h */
/* */
/* HEADER FILE */
/* */
/*=========================================================================*/
#ifndef OVERLAY_H
#define OVERLAY_H
#include "stage3.h"
typedef struct {
char id[9];
char name[21];
int order,npts;
HRAP *hrap;
} overlay_struct;
overlay_struct **fgbasin;
overlay_struct **mapbasin;
overlay_struct **river;
overlay_struct **bound;
overlay_struct **state;
overlay_struct **county;
struct {
short state;
short county;
short river;
short mapbasin;
short fgbasin;
short gridtocounty;
short gridtobasin;
short site_boundary;
} overlay_avail;
char ***loc_basin;
char ***loc_cty;
char ***loc_area;
int nummap;
int numfg;
int numrivers;
int numrfc;
int numstates;
int numcounty;
#endif /* #ifndef OVERLAY_H */