GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <N_pde.h>
Data Fields | |
int | type |
int | rows |
int | cols |
int | depths |
int | rows_intern |
int | cols_intern |
int | depths_intern |
int | offset |
float * | fcell_array |
double * | dcell_array |
int N_array_3d::cols |
Definition at line 168 of file N_pde.h.
Referenced by N_compute_gradient_field_3d(), and N_compute_gradient_field_components_3d().
int N_array_3d::cols_intern |
Definition at line 169 of file N_pde.h.
Referenced by N_copy_array_3d().
double* N_array_3d::dcell_array |
Definition at line 172 of file N_pde.h.
Referenced by N_copy_array_3d().
int N_array_3d::depths |
Definition at line 168 of file N_pde.h.
Referenced by N_compute_gradient_field_3d(), and N_compute_gradient_field_components_3d().
int N_array_3d::depths_intern |
Definition at line 169 of file N_pde.h.
Referenced by N_copy_array_3d().
float* N_array_3d::fcell_array |
Definition at line 171 of file N_pde.h.
Referenced by N_copy_array_3d().
int N_array_3d::rows |
Definition at line 168 of file N_pde.h.
Referenced by N_compute_gradient_field_3d(), and N_compute_gradient_field_components_3d().
int N_array_3d::rows_intern |
Definition at line 169 of file N_pde.h.
Referenced by N_copy_array_3d().
int N_array_3d::type |
Definition at line 167 of file N_pde.h.
Referenced by N_copy_array_3d(), and N_get_array_3d_type().