GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
N_array_3d Struct Reference

#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
 

Detailed Description

Definition at line 165 of file N_pde.h.

Field Documentation

◆ cols

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().

◆ cols_intern

int N_array_3d::cols_intern

Definition at line 169 of file N_pde.h.

Referenced by N_copy_array_3d().

◆ dcell_array

double* N_array_3d::dcell_array

Definition at line 172 of file N_pde.h.

Referenced by N_copy_array_3d().

◆ depths

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().

◆ depths_intern

int N_array_3d::depths_intern

Definition at line 169 of file N_pde.h.

Referenced by N_copy_array_3d().

◆ fcell_array

float* N_array_3d::fcell_array

Definition at line 171 of file N_pde.h.

Referenced by N_copy_array_3d().

◆ offset

int N_array_3d::offset

Definition at line 170 of file N_pde.h.

◆ rows

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().

◆ rows_intern

int N_array_3d::rows_intern

Definition at line 169 of file N_pde.h.

Referenced by N_copy_array_3d().

◆ type

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().


The documentation for this struct was generated from the following file: