GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
Gradient between the cell neighbours in X, Y and Z direction. More...
#include <N_pde.h>
Gradient between the cell neighbours in X, Y and Z direction.
N_gradient_neighbours_x* N_gradient_neighbours_3d::xb |
Definition at line 547 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_x* N_gradient_neighbours_3d::xc |
Definition at line 546 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_x* N_gradient_neighbours_3d::xt |
Definition at line 545 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_y* N_gradient_neighbours_3d::yb |
Definition at line 551 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_y* N_gradient_neighbours_3d::yc |
Definition at line 550 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_y* N_gradient_neighbours_3d::yt |
Definition at line 549 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_z* N_gradient_neighbours_3d::zb |
Definition at line 554 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().
N_gradient_neighbours_z* N_gradient_neighbours_3d::zt |
Definition at line 553 of file N_pde.h.
Referenced by N_alloc_gradient_neighbours_3d(), N_copy_gradient_neighbours_3d(), N_create_gradient_neighbours_3d(), and N_free_gradient_neighbours_3d().