30#ifndef VIPS_VINTERPOLATE_H
31#define VIPS_VINTERPOLATE_H
53 VInterpolate( VipsInterpolate *interpolate, VSteal steal = STEAL ) :
54 VObject( (VipsObject *) interpolate, steal )
Definition VInterpolate8.h:46
static VInterpolate new_from_name(const char *name, VOption *options=0)
Definition VInterpolate.cpp:48
VipsInterpolate * get_interpolate() const
Definition VInterpolate8.h:68
VInterpolate(VipsInterpolate *interpolate, VSteal steal=STEAL)
Definition VInterpolate8.h:53
VipsObject * get_object() const
Definition VImage8.h:172