Anti-Grain Geometry Tutorial
|
Classes | |
struct | span |
Public Types | |
typedef int32 | coord_type |
typedef const span * | const_iterator |
Public Member Functions | |
void | reset (int min_x, int max_x) |
void | add_cell (int x, unsigned) |
void | add_span (int x, unsigned len, unsigned) |
void | add_cells (int x, unsigned len, const void *) |
void | finalize (int y) |
void | reset_spans () |
int | y () const |
unsigned | num_spans () const |
const_iterator | begin () const |
Definition at line 43 of file agg_scanline_bin.h.