SAGA API  v9.5
grid_pyramid.h File Reference
#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 }
 

Detailed Description

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.

See also
CSG_Grid_Pyramid

Definition in file grid_pyramid.h.

Enumeration Type Documentation

◆ TSG_Grid_Pyramid_Generalisation

Enumerator
GRID_PYRAMID_Mean 
GRID_PYRAMID_Max 
GRID_PYRAMID_Min 
GRID_PYRAMID_MaxCount 

Definition at line 89 of file grid_pyramid.h.

◆ TSG_Grid_Pyramid_Grow_Type

Enumerator
GRID_PYRAMID_Arithmetic 
GRID_PYRAMID_Geometric 

Definition at line 99 of file grid_pyramid.h.