|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_path_storage.h>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| poly_plain_adaptor () | |
| poly_plain_adaptor (const T *data, unsigned num_points, bool closed) | |
| void | init (const T *data, unsigned num_points, bool closed) |
| void | rewind (unsigned) |
| unsigned | vertex (double *x, double *y) |
| typedef T agg::poly_plain_adaptor< T >::value_type |
| agg::poly_plain_adaptor< T >::poly_plain_adaptor | ( | ) | [inline] |
| agg::poly_plain_adaptor< T >::poly_plain_adaptor | ( | const T * | data, |
| unsigned | num_points, | ||
| bool | closed | ||
| ) | [inline] |
| void agg::poly_plain_adaptor< T >::init | ( | const T * | data, |
| unsigned | num_points, | ||
| bool | closed | ||
| ) | [inline] |
| void agg::poly_plain_adaptor< T >::rewind | ( | unsigned | ) | [inline] |
| unsigned agg::poly_plain_adaptor< T >::vertex | ( | double * | x, |
| double * | y | ||
| ) | [inline] |
1.7.5.1