Function create_shape_model

Source
pub unsafe extern "C" fn create_shape_model(
    Template: Hobject,
    NumLevels: Hlong,
    AngleStart: f64,
    AngleExtent: f64,
    AngleStep: f64,
    Optimization: *const c_char,
    Metric: *const c_char,
    Contrast: Hlong,
    MinContrast: Hlong,
    ModelID: *mut Hlong,
) -> Herror