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

Public Member Functions

 conv_smooth_poly1_curve (VertexSource &vs)
 
void smooth_value (double v)
 
double smooth_value () const
 
- Public Member Functions inherited from agg::conv_curve< conv_smooth_poly1< VertexSource > >
 conv_curve (conv_smooth_poly1< VertexSource > &source)
 
void attach (conv_smooth_poly1< VertexSource > &source)
 
void approximation_method (curve_approximation_method_e v)
 
curve_approximation_method_e approximation_method () const
 
void approximation_scale (double s)
 
double approximation_scale () const
 
void angle_tolerance (double v)
 
double angle_tolerance () const
 
void cusp_limit (double v)
 
double cusp_limit () const
 
void rewind (unsigned path_id)
 
unsigned vertex (double *x, double *y)
 

Additional Inherited Members

- Public Types inherited from agg::conv_curve< conv_smooth_poly1< VertexSource > >
typedef curve3 curve3_type
 
typedef curve4 curve4_type
 
typedef conv_curve< conv_smooth_poly1< VertexSource >, curve3, curve4self_type
 

Detailed Description

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

Definition at line 56 of file agg_conv_smooth_poly1.h.


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