Function select_matching_lines

Source
pub unsafe extern "C" fn select_matching_lines(
    RegionIn: Hobject,
    RegionLines: *mut Hobject,
    AngleIn: f64,
    DistIn: f64,
    LineWidth: Hlong,
    Thresh: Hlong,
    AngleOut: *mut f64,
    DistOut: *mut f64,
) -> Herror