Anti-Grain Geometry Tutorial
agg::conv_contour< VertexSource > Struct Template Reference
Inheritance diagram for agg::conv_contour< VertexSource >:
Collaboration diagram for agg::conv_contour< VertexSource >:

Public Types

typedef conv_adaptor_vcgen< VertexSource, vcgen_contourbase_type
 

Public Member Functions

 conv_contour (VertexSource &vs)
 
void line_join (line_join_e lj)
 
void inner_join (inner_join_e ij)
 
void width (double w)
 
void miter_limit (double ml)
 
void miter_limit_theta (double t)
 
void inner_miter_limit (double ml)
 
void approximation_scale (double as)
 
void auto_detect_orientation (bool v)
 
line_join_e line_join () const
 
inner_join_e inner_join () const
 
double width () const
 
double miter_limit () const
 
double inner_miter_limit () const
 
double approximation_scale () const
 
bool auto_detect_orientation () const
 
- Public Member Functions inherited from agg::conv_adaptor_vcgen< VertexSource, vcgen_contour >
 conv_adaptor_vcgen (VertexSource &source)
 
void attach (VertexSource &source)
 
vcgen_contourgenerator ()
 
const vcgen_contourgenerator () const
 
null_markersmarkers ()
 
const null_markersmarkers () const
 
void rewind (unsigned path_id)
 
unsigned vertex (double *x, double *y)
 

Detailed Description

template<class VertexSource>
struct agg::conv_contour< VertexSource >

Definition at line 31 of file agg_conv_contour.h.


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