Anti-Grain Geometry Tutorial
|
Public Types | |
typedef Markers | marker_type |
typedef conv_adaptor_vcgen< VertexSource, vcgen_dash, Markers > | base_type |
Public Member Functions | |
conv_dash (VertexSource &vs) | |
void | remove_all_dashes () |
void | add_dash (double dash_len, double gap_len) |
void | dash_start (double ds) |
void | shorten (double s) |
double | shorten () const |
![]() | |
conv_adaptor_vcgen (VertexSource &source) | |
void | attach (VertexSource &source) |
vcgen_dash & | generator () |
const vcgen_dash & | generator () const |
Markers & | markers () |
const Markers & | markers () const |
void | rewind (unsigned path_id) |
unsigned | vertex (double *x, double *y) |
Definition at line 31 of file agg_conv_dash.h.