Function create_scaled_shape_model_xld

Source
pub unsafe extern "C" fn create_scaled_shape_model_xld(
    Contours: Hobject,
    NumLevels: Hlong,
    AngleStart: f64,
    AngleExtent: f64,
    AngleStep: f64,
    ScaleMin: f64,
    ScaleMax: f64,
    ScaleStep: f64,
    Optimization: *const c_char,
    Metric: *const c_char,
    MinContrast: Hlong,
    ModelID: *mut Hlong,
) -> Herror