pub unsafe extern "C" fn Read2DRowColFileRows(
arr: *mut *mut *mut c_void,
filename: *mut c_char,
linelen: c_long,
nlines: c_long,
tileparams: *mut tileparamT,
size: usize,
) -> c_intExpand description
Similar to Read2DRowColFile(), except reads only row (horizontal) data at specified locations. tileparams->nrow is treated as the number of rows of data to be read from the RowCol file, not the number of equivalent rows in the orginal pixel file (whose arcs are represented in the RowCol file).