Anti-Grain Geometry Tutorial
|
Public Types | |
typedef T | value_type |
Public Member Functions | |
scanline_cell_storage (const scanline_cell_storage< T > &v) | |
const scanline_cell_storage< T > & | operator= (const scanline_cell_storage< T > &v) |
void | remove_all () |
int | add_cells (const T *cells, unsigned num_cells) |
const T * | operator[] (int idx) const |
T * | operator[] (int idx) |
Definition at line 37 of file agg_scanline_storage_aa.h.