| 
    Anti-Grain Geometry - AGG (libagg)
    2.5
    
   
   | 
  
  
  
 
#include <agg_conv_contour.h>
  
 Public Types | |
| typedef conv_adaptor_vcgen < VertexSource, vcgen_contour >  | base_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 | 
| typedef conv_adaptor_vcgen<VertexSource, vcgen_contour> agg::conv_contour< VertexSource >::base_type | 
| agg::conv_contour< VertexSource >::conv_contour | ( | VertexSource & | vs | ) |  [inline] | 
        
| void agg::conv_contour< VertexSource >::approximation_scale | ( | double | as | ) |  [inline] | 
        
| double agg::conv_contour< VertexSource >::approximation_scale | ( | ) |  const [inline] | 
        
| void agg::conv_contour< VertexSource >::auto_detect_orientation | ( | bool | v | ) |  [inline] | 
        
| bool agg::conv_contour< VertexSource >::auto_detect_orientation | ( | ) |  const [inline] | 
        
| void agg::conv_contour< VertexSource >::inner_join | ( | inner_join_e | ij | ) |  [inline] | 
        
| inner_join_e agg::conv_contour< VertexSource >::inner_join | ( | ) |  const [inline] | 
        
| void agg::conv_contour< VertexSource >::inner_miter_limit | ( | double | ml | ) |  [inline] | 
        
| double agg::conv_contour< VertexSource >::inner_miter_limit | ( | ) |  const [inline] | 
        
| void agg::conv_contour< VertexSource >::line_join | ( | line_join_e | lj | ) |  [inline] | 
        
| line_join_e agg::conv_contour< VertexSource >::line_join | ( | ) |  const [inline] | 
        
| void agg::conv_contour< VertexSource >::miter_limit | ( | double | ml | ) |  [inline] | 
        
| double agg::conv_contour< VertexSource >::miter_limit | ( | ) |  const [inline] | 
        
| void agg::conv_contour< VertexSource >::miter_limit_theta | ( | double | t | ) |  [inline] | 
        
| void agg::conv_contour< VertexSource >::width | ( | double | w | ) |  [inline] | 
        
| double agg::conv_contour< VertexSource >::width | ( | ) |  const [inline] | 
        
 1.7.5.1