|
typedef T | value_type |
|
typedef vertex_integer< T, CoordShift > | vertex_integer_type |
|
|
void | remove_all () |
|
void | move_to (T x, T y) |
|
void | line_to (T x, T y) |
|
void | curve3 (T x_ctrl, T y_ctrl, T x_to, T y_to) |
|
void | curve4 (T x_ctrl1, T y_ctrl1, T x_ctrl2, T y_ctrl2, T x_to, T y_to) |
|
void | close_polygon () |
|
unsigned | size () const |
|
unsigned | vertex (unsigned idx, double *x, double *y) const |
|
unsigned | byte_size () const |
|
void | serialize (int8u *ptr) const |
|
void | rewind (unsigned) |
|
unsigned | vertex (double *x, double *y) |
|
rect_d | bounding_rect () const |
|
template<class T, unsigned CoordShift = 6>
class agg::path_storage_integer< T, CoordShift >
Definition at line 66 of file agg_path_storage_integer.h.
The documentation for this class was generated from the following file: