GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
check.c File Reference
#include <grass/calc.h>
Include dependency graph for check.c:

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)
 

Function Documentation

◆ c_binop()

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.

◆ c_cmpop()

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.

◆ c_double0()

int c_double0 ( int  argc,
int *  argt 
)

Definition at line 14 of file check.c.

References DCELL_TYPE, and E_ARG_HI.

◆ c_double1()

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.

◆ c_double12()

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.

◆ c_int0()

int c_int0 ( int  argc,
int *  argt 
)

Definition at line 4 of file check.c.

References CELL_TYPE, and E_ARG_HI.

◆ c_logop()

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.

◆ c_shiftop()

int c_shiftop ( int  argc,
int *  argt 
)

Definition at line 146 of file check.c.

References CELL_TYPE, E_ARG_HI, E_ARG_LO, and E_ARG_TYPE.

◆ c_unop()

int c_unop ( int  argc,
int *  argt 
)

Definition at line 53 of file check.c.

References E_ARG_HI, and E_ARG_LO.

◆ c_varop()

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.