GRASS GIS 7 Programmer's Manual
7.0.4(2016)-r00000
|
#include <dataquad.h>
Data Fields | |
double | x |
double | y |
double | z |
double | sm |
Point structure to keep coordinates
It also contains smoothing for the given point.
Definition at line 40 of file dataquad.h.
double triple::sm |
variable smoothing
Definition at line 45 of file dataquad.h.
Referenced by IL_matrix_create(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), quad_get_points(), and quad_point_new().
double triple::x |
Definition at line 42 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_matrix_create(), IL_resample_interp_segments_2d(), quad_add_data(), quad_compare(), quad_data_new(), quad_get_points(), and quad_point_new().
double triple::y |
Definition at line 43 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_matrix_create(), IL_resample_interp_segments_2d(), quad_add_data(), quad_compare(), quad_data_new(), quad_get_points(), and quad_point_new().
double triple::z |
Definition at line 44 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_interp_segments_2d(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), quad_get_points(), and quad_point_new().