sspt_RectangleCovering Class Reference

class to describe and generate rectangles to that cover a region expect for exclude zones More...

#include <sspt_rectanglecovering.h>

List of all members.

Classes

class  LessThan

Public Member Functions

 sspt_RectangleCovering (int xmin, int xmax, int ymin, int ymax)
void extension (int amount)
void addExclusionRectangle (int xmin, int xmax, int ymin, int ymax)
void sweep (sspt_List< sspt_Rectangle > *list)


Detailed Description

class to describe and generate rectangles to that cover a region expect for exclude zones

Constructor & Destructor Documentation

sspt_RectangleCovering::sspt_RectangleCovering ( int  xmin,
int  xmax,
int  ymin,
int  ymax 
)


Member Function Documentation

void sspt_RectangleCovering::addExclusionRectangle ( int  xmin,
int  xmax,
int  ymin,
int  ymax 
)

void sspt_RectangleCovering::extension ( int  amount  ) 

void sspt_RectangleCovering::sweep ( sspt_List< sspt_Rectangle > *  list  ) 


doxygen