| GogSmoothedCurveGogSmoothedCurve — Base class for smoothed curves |  | 
Details
GogSmoothedCurve
typedef struct _GogSmoothedCurve GogSmoothedCurve;
 
GOG_SMOOTHED_CURVE_TYPE
#define GOG_SMOOTHED_CURVE_TYPE	(gog_smoothed_curve_get_type ())
 
GOG_SMOOTHED_CURVE()
#define GOG_SMOOTHED_CURVE(o)	(G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_SMOOTHED_CURVE_TYPE, GogSmoothedCurve))
 
IS_GOG_SMOOTHED_CURVE()
#define IS_GOG_SMOOTHED_CURVE(o)	(G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_SMOOTHED_CURVE_TYPE))
 
gog_smoothed_curve_get_type ()
GType               gog_smoothed_curve_get_type         (void);