Struct vips::VipsInterpolateMethod [−][src]
pub struct VipsInterpolateMethod { /* fields omitted */ }
Methods
impl VipsInterpolateMethod
[src]
impl VipsInterpolateMethod
pub fn call(
&self,
interpolate: &VipsInterpolate,
in_: &VipsRegion,
out: &mut [u8],
x: f64,
y: f64
)
[src]
pub fn call(
&self,
interpolate: &VipsInterpolate,
in_: &VipsRegion,
out: &mut [u8],
x: f64,
y: f64
)
Auto Trait Implementations
impl Send for VipsInterpolateMethod
impl Send for VipsInterpolateMethod
impl Sync for VipsInterpolateMethod
impl Sync for VipsInterpolateMethod