awips2/nativeLib/rary.ohd.whfs/inc/general/HrapBinAssign.h
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

27 lines
525 B
C

#ifndef HRAP_BIN_ASSIGN_H
#define HRAP_BIN_ASSIGN_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "LineSegment.h"
#include "linesegs_defs.h"
#include "geoutil.h" /* utilities */
#include "convert_hrap.h"
/* prototypes */
void getHrapBinListFromSegments(const LineSegment segments[],
long numSegments,
HrapBinList *binList);
double getHrapBinArea(double row, double col);
void printHrapBinList(const HrapBinList *binList);
#endif