GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
arraystats.h File Reference
#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>
Include dependency graph for arraystats.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ CLASS_DISCONT

#define CLASS_DISCONT   5

Definition at line 29 of file arraystats.h.

Referenced by AS_option_to_algorithm().

◆ CLASS_EQUIPROB

#define CLASS_EQUIPROB   4

Definition at line 28 of file arraystats.h.

Referenced by AS_option_to_algorithm().

◆ CLASS_INTERVAL

#define CLASS_INTERVAL   1

Definition at line 25 of file arraystats.h.

Referenced by AS_option_to_algorithm().

◆ CLASS_QUANT

#define CLASS_QUANT   3

Definition at line 27 of file arraystats.h.

Referenced by AS_option_to_algorithm().

◆ CLASS_STDEV

#define CLASS_STDEV   2

Definition at line 26 of file arraystats.h.

Referenced by AS_option_to_algorithm().