30#ifndef VIPS_VINTERPOLATE_H
31#define VIPS_VINTERPOLATE_H
45class VInterpolate :
public VObject {
52 explicit VInterpolate(VipsInterpolate *interpolate, VSteal steal = STEAL)
53 : VObject((VipsObject *) interpolate, steal)
60 static VInterpolate new_from_name(
const char *name, VOption *options =
nullptr);
66 get_interpolate()
const
VipsObject * get_object() const
Definition VImage8.h:170