#include <stdlib.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/calc.h>
Go to the source code of this file.
|  | 
| #define | X(j)   (argz[2 + 2 * (j) + 0][i]) | 
|  | 
| #define | Y(j)   (argz[2 + 2 * (j) + 1][i]) | 
|  | 
| #define | x   (argz[1][i]) | 
|  | 
| #define | X(j)   (argz[2 + (j) + 0][i]) | 
|  | 
| #define | Y(j)   (argz[2 + (j) + n][i]) | 
|  | 
| #define | x   (argz[1][i]) | 
|  | 
|  | 
| int | c_graph (int argc, int *argt) | 
|  | 
| int | f_graph (int argc, const int *argt, void **args) | 
|  | 
| int | f_graph2 (int argc, const int *argt, void **args) | 
|  | 
◆ X [1/2]
      
        
          | #define X | ( |  | j | ) | (argz[2 + 2 * (j) + 0][i]) | 
      
 
 
◆ x [1/2]
◆ X [2/2]
      
        
          | #define X | ( |  | j | ) | (argz[2 + (j) + 0][i]) | 
      
 
 
◆ x [2/2]
◆ Y [1/2]
      
        
          | #define Y | ( |  | j | ) | (argz[2 + 2 * (j) + 1][i]) | 
      
 
 
◆ Y [2/2]
      
        
          | #define Y | ( |  | j | ) | (argz[2 + (j) + n][i]) | 
      
 
 
◆ c_graph()
      
        
          | int c_graph | ( | int | argc, | 
        
          |  |  | int * | argt | 
        
          |  | ) |  |  | 
      
 
 
◆ f_graph()
      
        
          | int f_graph | ( | int | argc, | 
        
          |  |  | const int * | argt, | 
        
          |  |  | void ** | args | 
        
          |  | ) |  |  | 
      
 
Definition at line 28 of file xgraph.c.
References columns, DCELL_TYPE, E_ARG_LO, E_ARG_NUM, E_ARG_TYPE, E_RES_TYPE, IS_NULL_D, SET_NULL_D, X, x, and Y.
 
 
◆ f_graph2()
      
        
          | int f_graph2 | ( | int | argc, | 
        
          |  |  | const int * | argt, | 
        
          |  |  | void ** | args | 
        
          |  | ) |  |  | 
      
 
Definition at line 102 of file xgraph.c.
References columns, DCELL_TYPE, E_ARG_LO, E_ARG_NUM, E_ARG_TYPE, E_RES_TYPE, IS_NULL_D, SET_NULL_D, X, x, and Y.