Anti-Grain Geometry Tutorial
agg::scanline_storage_bin Class Reference

Classes

class  embedded_scanline
 
struct  scanline_data
 
struct  span_data
 

Public Member Functions

void prepare ()
 
template<class Scanline >
void render (const Scanline &sl)
 
int min_x () const
 
int min_y () const
 
int max_x () const
 
int max_y () const
 
bool rewind_scanlines ()
 
template<class Scanline >
bool sweep_scanline (Scanline &sl)
 
bool sweep_scanline (embedded_scanline &sl)
 
unsigned byte_size () const
 
void serialize (int8u *data) const
 
const scanline_datascanline_by_index (unsigned i) const
 
const span_dataspan_by_index (unsigned i) const
 

Static Public Member Functions

static void write_int32 (int8u *dst, int32 val)
 

Detailed Description

Definition at line 37 of file agg_scanline_storage_bin.h.


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