GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/dbmi.h>
#include <grass/defs/arraystats.h>
Go to the source code of this file.
Data Structures | |
struct | GASTATS |
Macros | |
#define | CLASS_INTERVAL 1 |
#define | CLASS_STDEV 2 |
#define | CLASS_QUANT 3 |
#define | CLASS_EQUIPROB 4 |
#define | CLASS_DISCONT 5 |
#define CLASS_DISCONT 5 |
Definition at line 29 of file arraystats.h.
Referenced by AS_option_to_algorithm().
#define CLASS_EQUIPROB 4 |
Definition at line 28 of file arraystats.h.
Referenced by AS_option_to_algorithm().
#define CLASS_INTERVAL 1 |
Definition at line 25 of file arraystats.h.
Referenced by AS_option_to_algorithm().
#define CLASS_QUANT 3 |
Definition at line 27 of file arraystats.h.
Referenced by AS_option_to_algorithm().
#define CLASS_STDEV 2 |
Definition at line 26 of file arraystats.h.
Referenced by AS_option_to_algorithm().