6 #ifndef _ETM_POLYGON_GROUP_
7 #define _ETM_POLYGON_GROUP_
19 void AddPolygon(
unsigned dim,
const double xx[],
const double yy[]);
20 void AddRectangle(
double x0,
double y0,
double xsize,
double ysize,
21 unsigned xsplit = 1,
unsigned ysplit = 1);
22 void AddRectangle(
const TVector2 &bl,
const TVector2 &tr,
23 unsigned xsplit = 1,
unsigned ysplit = 1);
36 void DrawPolygon(
unsigned dim,
const double xx[],
const double yy[],
bool line =
true)
const;
37 void DrawPolygon(
const std::vector<TVector2> &polygon,
bool line =
true,
38 const TVector2 *shift = 0,
unsigned tb = 0)
const;
39 void DrawMe(
const TVector2 *shift = 0,
unsigned tb = 0)
const;