|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_basics.h>
Public Member Functions | |
| const_row_info () | |
| const_row_info (int x1_, int x2_, const T *ptr_) | |
Public Attributes | |
| int | x1 |
| int | x2 |
| const T * | ptr |
| agg::const_row_info< T >::const_row_info | ( | ) | [inline] |
| agg::const_row_info< T >::const_row_info | ( | int | x1_, |
| int | x2_, | ||
| const T * | ptr_ | ||
| ) | [inline] |
| const T* agg::const_row_info< T >::ptr |
| int agg::const_row_info< T >::x1 |
| int agg::const_row_info< T >::x2 |
1.7.5.1