GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#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 28 of file arraystats.h.
#define CLASS_EQUIPROB 4 |
Definition at line 27 of file arraystats.h.
#define CLASS_INTERVAL 1 |
Definition at line 24 of file arraystats.h.
#define CLASS_QUANT 3 |
Definition at line 26 of file arraystats.h.
#define CLASS_STDEV 2 |
Definition at line 25 of file arraystats.h.