[][src]Function ipp_headers_sys::ipprRemap_32f_C1V

pub unsafe extern "C" fn ipprRemap_32f_C1V(
    pSrc: *const Ipp32f,
    srcVolume: IpprVolume,
    srcStep: c_int,
    srcPlaneStep: c_int,
    srcVOI: IpprCuboid,
    pxMap: *const Ipp32f,
    pyMap: *const Ipp32f,
    pzMap: *const Ipp32f,
    mapStep: c_int,
    mapPlaneStep: c_int,
    pDst: *mut Ipp32f,
    dstStep: c_int,
    dstPlaneStep: c_int,
    dstVolume: IpprVolume,
    interpolation: c_int
) -> IppStatus