loopWithGridNode abstract method
Loop over a raster using a function of type: (gridNode) { ...processing goes in here }
Implementation
void loopWithGridNode(Function gridNodeFunction);
Loop over a raster using a function of type: (gridNode) { ...processing goes in here }
void loopWithGridNode(Function gridNodeFunction);