GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <grass/calc.h>
Go to the source code of this file.
Functions | |
int | c_int0 (int argc, int *argt) |
int | c_double0 (int argc, int *argt) |
int | c_double1 (int argc, int *argt) |
int | c_double12 (int argc, int *argt) |
int | c_unop (int argc, int *argt) |
int | c_binop (int argc, int *argt) |
int | c_varop (int argc, int *argt) |
int | c_cmpop (int argc, int *argt) |
int | c_logop (int argc, int *argt) |
int | c_shiftop (int argc, int *argt) |
int c_binop | ( | int | argc, |
int * | argt | ||
) |
Definition at line 65 of file check.c.
References CELL_TYPE, DCELL_TYPE, E_ARG_HI, E_ARG_LO, and FCELL_TYPE.
int c_cmpop | ( | int | argc, |
int * | argt | ||
) |
Definition at line 107 of file check.c.
References CELL_TYPE, DCELL_TYPE, E_ARG_HI, E_ARG_LO, and FCELL_TYPE.
int c_double0 | ( | int | argc, |
int * | argt | ||
) |
Definition at line 14 of file check.c.
References DCELL_TYPE, and E_ARG_HI.
int c_double1 | ( | int | argc, |
int * | argt | ||
) |
Definition at line 24 of file check.c.
References DCELL_TYPE, E_ARG_HI, and E_ARG_LO.
int c_double12 | ( | int | argc, |
int * | argt | ||
) |
Definition at line 37 of file check.c.
References DCELL_TYPE, E_ARG_HI, and E_ARG_LO.
int c_int0 | ( | int | argc, |
int * | argt | ||
) |
int c_logop | ( | int | argc, |
int * | argt | ||
) |
Definition at line 130 of file check.c.
References CELL_TYPE, E_ARG_LO, and E_ARG_TYPE.
int c_shiftop | ( | int | argc, |
int * | argt | ||
) |
int c_unop | ( | int | argc, |
int * | argt | ||
) |
int c_varop | ( | int | argc, |
int * | argt | ||
) |
Definition at line 84 of file check.c.
References CELL_TYPE, DCELL_TYPE, E_ARG_LO, and FCELL_TYPE.