51 void set_sides(ICOORDELT_LIST *left,
52 ICOORDELT_LIST *right);
56 if (hand_poly)
delete hand_poly;
69 bottom_left = box.botleft ();
70 top_right = box.topright ();
88 void move(
const ICOORD vec);
94 Pix *render_mask(
const FCOORD &rerotation,
TBOX *mask_box);
96 #ifndef GRAPHICS_DISABLED
104 #endif // GRAPHICS_DISABLED
108 PDBLK & operator= (
const PDBLK & source);
137 return left_it.cycled_list () && right_it.cycled_list ();
146 bleft =
ICOORD (left_it.data ()->x (), ymin);
148 tright =
ICOORD (right_it.data ()->x (), ymax);
155 ICOORDELT_IT left_it;
156 ICOORDELT_IT right_it;
175 rect_it.set_to_block (blkptr);
#define CLISTIZEH(CLASSNAME)
void bounding_box(ICOORD &bleft, ICOORD &tright)
BOOL8 cycled_rects()
test end
void set_poly_block(POLY_BLOCK *blk)
set the poly block
void set_to_block(PDBLK *blkptr)
void bounding_box(ICOORD &bottom_left, ICOORD &top_right) const
get box
int decreasing_top_order(const void *row1, const void *row2)
void set_index(int value)
const TBOX & bounding_box() const
get real box
POLY_BLOCK * poly_block() const
BLOCK_LINE_IT(PDBLK *blkptr)