|
GRASS GIS 8 Programmer's Manual
8.4.2dev(2025)-5620950973
|
#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 141 of file N_pde.h.
Referenced by N_copy_array_2d().
| FCELL* N_array_2d::fcell_array |
Definition at line 139 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(), N_get_array_2d_type(), and N_write_array_2d_to_rast().