SAGA API
v9.6
|
#include "grid.h"
Go to the source code of this file.
Classes | |
class | CSG_Grid_Pyramid |
Enumerations | |
enum | TSG_Grid_Pyramid_Generalisation { GRID_PYRAMID_Mean = 0, GRID_PYRAMID_Max, GRID_PYRAMID_Min, GRID_PYRAMID_MaxCount } |
enum | TSG_Grid_Pyramid_Grow_Type { GRID_PYRAMID_Arithmetic = 0, GRID_PYRAMID_Geometric } |
A class for the automated construction of pyramids for a given raster data set, i.e. a set of aggregated raster cell values for increasing raster cell sizes.
Definition in file grid_pyramid.h.
Enumerator | |
---|---|
GRID_PYRAMID_Mean | |
GRID_PYRAMID_Max | |
GRID_PYRAMID_Min | |
GRID_PYRAMID_MaxCount |
Definition at line 89 of file grid_pyramid.h.
Enumerator | |
---|---|
GRID_PYRAMID_Arithmetic | |
GRID_PYRAMID_Geometric |
Definition at line 99 of file grid_pyramid.h.