|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
|
#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 38 of file dataquad.h.
| double triple::sm |
variable smoothing
Definition at line 42 of file dataquad.h.
Referenced by IL_matrix_create_alloc(), quad_add_data(), quad_get_points(), and quad_point_new().
| double triple::x |
Definition at line 39 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_check_at_points_2d_cvdev(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_matrix_create_alloc(), IL_write_point_2d(), quad_add_data(), quad_compare(), quad_get_points(), and quad_point_new().
| double triple::y |
Definition at line 40 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_check_at_points_2d_cvdev(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_matrix_create_alloc(), IL_write_point_2d(), quad_add_data(), quad_compare(), quad_get_points(), and quad_point_new().
| double triple::z |
Definition at line 41 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_write_point_2d(), quad_add_data(), quad_get_points(), and quad_point_new().