
/*-----------------------------------------------------------------------------
| Definitions and global variables used in exponential split code.
-----------------------------------------------------------------------------*/

#ifndef	lint
	static	char	SplitSccsid[] = "@(#)split.e.h	1.2 7/13/83";
#endif	lint

#ifdef GRAPHICS
/* optional definition of SHOWSPLIT here */
#	define SHOWSPLIT
#endif

struct Branch BranchBuf[NODECARD+1];
struct Rect CoverSplit;
int CoverSplitArea;

int Partition[NODECARD+1];
int BestPartition[NODECARD+1];
int BestArea;
struct Rect BestCover[2];
