GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 612 of file N_pde.h.
Referenced by utils.Rect2D::GetX(), 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 613 of file N_pde.h.
Referenced by utils.Rect2D::GetY(), N_alloc_gradient_neighbours_2d(), N_copy_gradient_neighbours_2d(), N_create_gradient_neighbours_2d(), and N_free_gradient_neighbours_2d().