19 #ifndef AGG_CONV_SMOOTH_POLY1_INCLUDED 20 #define AGG_CONV_SMOOTH_POLY1_INCLUDED 22 #include "agg_basics.h" 23 #include "agg_vcgen_smooth_poly1.h" 24 #include "agg_conv_adaptor_vcgen.h" 25 #include "agg_conv_curve.h" 32 template<
class VertexSource>
43 void smooth_value(
double v) { base_type::generator().smooth_value(v); }
44 double smooth_value()
const {
return base_type::generator().smooth_value(); }
55 template<
class VertexSource>
57 public conv_curve<conv_smooth_poly1<VertexSource> >
65 void smooth_value(
double v) { m_smooth.generator().smooth_value(v); }
66 double smooth_value()
const {
return m_smooth.generator().smooth_value(); }