36#ifndef __glucoveandtiler_h
37#define __glucoveandtiler_h
39#include "trimregion.h"
40#include "trimvertex.h"
41#include "gridvertex.h"
50 void coveAndTile(
void );
53 static const int MAXSTRIPSIZE;
54 void tile(
long,
long,
long );
55 void coveLowerLeft(
void );
56 void coveLowerRight(
void );
57 void coveUpperLeft(
void );
58 void coveUpperRight(
void );