GRASS GIS 7 Programmer's Manual  7.2.0(2016)-exported
N_gradient_field_3d Struct Reference

#include <N_pde.h>

Collaboration diagram for N_gradient_field_3d:

Data Fields

N_array_3dx_array
 
N_array_3dy_array
 
N_array_3dz_array
 
int cols
 
int rows
 
int depths
 
double min
 
double max
 
double mean
 
double sum
 
int nonull
 

Detailed Description

Three dimensional gradient field

Definition at line 532 of file N_pde.h.

Field Documentation

§ cols

int N_gradient_field_3d::cols

§ depths

int N_gradient_field_3d::depths

§ max

double N_gradient_field_3d::max

Definition at line 539 of file N_pde.h.

Referenced by N_calc_gradient_field_3d_stats(), and N_print_gradient_field_3d_info().

§ mean

double N_gradient_field_3d::mean

Definition at line 539 of file N_pde.h.

Referenced by N_calc_gradient_field_3d_stats(), and N_print_gradient_field_3d_info().

§ min

double N_gradient_field_3d::min

Definition at line 539 of file N_pde.h.

Referenced by N_calc_gradient_field_3d_stats(), and N_print_gradient_field_3d_info().

§ nonull

int N_gradient_field_3d::nonull

Definition at line 540 of file N_pde.h.

Referenced by N_calc_gradient_field_3d_stats(), and N_print_gradient_field_3d_info().

§ rows

int N_gradient_field_3d::rows

§ sum

double N_gradient_field_3d::sum

Definition at line 539 of file N_pde.h.

Referenced by N_calc_gradient_field_3d_stats(), and N_print_gradient_field_3d_info().

§ x_array

§ y_array

§ z_array


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