CdInterpLinear

CdInterpLinear — Interpolate data using a linear method

Synopsis

#define             CD_TYPE_INTERP_LINEAR
struct              CdInterpLinearClass;
CdInterp *          cd_interp_linear_new                (void);

Description

This object implements linear interpolation of 2D ordered data.

Details

CD_TYPE_INTERP_LINEAR

#define CD_TYPE_INTERP_LINEAR (cd_interp_linear_get_type ())

struct CdInterpLinearClass

struct CdInterpLinearClass {
	CdInterpClass		 parent_class;
};

cd_interp_linear_new ()

CdInterp *          cd_interp_linear_new                (void);

Creates a new CdInterpLinear object.

Returns :

a new CdInterp object.

Since 0.1.31