GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Gradient between the cell neighbours in X and Y direction. More...
#include <N_pde.h>
Data Fields | |
N_gradient_neighbours_x * | x |
N_gradient_neighbours_y * | y |
N_gradient_neighbours_x* N_gradient_neighbours_2d::x |
Definition at line 495 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_2d(), N_copy_gradient_neighbours_2d(), N_create_gradient_neighbours_2d(), and N_free_gradient_neighbours_2d().
N_gradient_neighbours_y* N_gradient_neighbours_2d::y |
Definition at line 496 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_2d(), N_copy_gradient_neighbours_2d(), N_create_gradient_neighbours_2d(), and N_free_gradient_neighbours_2d().