Anti-Grain Geometry Tutorial
agg::scanline_u8 Class Reference
Inheritance diagram for agg::scanline_u8:

Classes

struct  span
 

Public Types

typedef scanline_u8 self_type
 
typedef int8u cover_type
 
typedef int16 coord_type
 
typedef spaniterator
 
typedef const spanconst_iterator
 

Public Member Functions

void reset (int min_x, int max_x)
 
void add_cell (int x, unsigned cover)
 
void add_cells (int x, unsigned len, const cover_type *covers)
 
void add_span (int x, unsigned len, unsigned cover)
 
void finalize (int y)
 
void reset_spans ()
 
int y () const
 
unsigned num_spans () const
 
const_iterator begin () const
 
iterator begin ()
 

Detailed Description

Definition at line 110 of file agg_scanline_u.h.


The documentation for this class was generated from the following file: