GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
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 537 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 538 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().