Home
last modified time | relevance | path

Searched refs:window_cell (Results 1 – 3 of 3) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dprocess.c40 *window_cell; /* Stores last read cell in window. */ in process() local
192 window_cell = row_in + (wind_row * ncols) + col + wind_col - EDGE; in process()
194 if (Rast_is_d_null_value(window_cell)) { in process()
204 *(window_cell) - centre; in process()
/dports/science/cdo/cdo-2.0.0/src/
H A DSelregion.cc17 void window_cell(const Field &field1, Field &field2, const std::vector<long> &cellidx);
231 window_cell(field1, field2, regions[index].cellidx); in Selregion()
H A DSelbox.cc915 window_cell(const int nwpv, const Varray<T> &array1, Varray<T> &array2, const long gridsize2, const… in window_cell() function
932 window_cell(const Field &field1, Field &field2, const std::vector<long> &cellidx) in window_cell() function
935 window_cell(field1.nwpv, field1.vec_f, field2.vec_f, field2.gridsize, cellidx); in window_cell()
937 window_cell(field1.nwpv, field1.vec_d, field2.vec_d, field2.gridsize, cellidx); in window_cell()
1074 window_cell(field1, field2, sb.cellidx); in Selbox()