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