GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <N_pde.h>
Data Fields | |
int | type |
int | rows |
int | cols |
int | rows_intern |
int | cols_intern |
int | offset |
CELL * | cell_array |
FCELL * | fcell_array |
DCELL * | dcell_array |
CELL* N_array_2d::cell_array |
Definition at line 137 of file N_pde.h.
Referenced by N_copy_array_2d().
int N_array_2d::cols |
Definition at line 134 of file N_pde.h.
Referenced by N_compute_gradient_field_2d(), and N_compute_gradient_field_components_2d().
int N_array_2d::cols_intern |
Definition at line 135 of file N_pde.h.
Referenced by N_copy_array_2d().
DCELL* N_array_2d::dcell_array |
Definition at line 139 of file N_pde.h.
Referenced by N_copy_array_2d().
FCELL* N_array_2d::fcell_array |
Definition at line 138 of file N_pde.h.
Referenced by N_copy_array_2d().
int N_array_2d::rows |
Definition at line 134 of file N_pde.h.
Referenced by N_compute_gradient_field_2d(), and N_compute_gradient_field_components_2d().
int N_array_2d::rows_intern |
Definition at line 135 of file N_pde.h.
Referenced by N_copy_array_2d().
int N_array_2d::type |
Definition at line 133 of file N_pde.h.
Referenced by N_copy_array_2d(), and N_get_array_2d_type().