Function eccodes_sys::grib_iterator_new[][src]

pub unsafe extern "C" fn grib_iterator_new(
    h: *const grib_handle,
    flags: c_ulong,
    error: *mut c_int
) -> *mut grib_iterator
Expand description

\brief Create a new geoiterator from a handle, using current geometry and values.

\param h : the handle from which the geoiterator will be created \param flags : flags for future use. \param error : error code \return the new geoiterator, NULL if no geoiterator can be created