Anti-Grain Geometry Tutorial
agg::rendering_buffer_dynarow Class Reference

Public Types

typedef row_info< int8u > row_data
 

Public Member Functions

 rendering_buffer_dynarow (unsigned width, unsigned height, unsigned byte_width)
 
void init (unsigned width, unsigned height, unsigned byte_width)
 
unsigned width () const
 
unsigned height () const
 
unsigned byte_width () const
 
int8u * row_ptr (int x, int y, unsigned len)
 
const int8u * row_ptr (int y) const
 
int8u * row_ptr (int y)
 
row_data row (int y) const
 

Detailed Description

Definition at line 36 of file agg_rendering_buffer_dynarow.h.


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