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