GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <dataquad.h>
Data Fields | |
double | x |
double | y |
double | z |
double | sm |
Definition at line 22 of file dataquad.h.
double triple::sm |
Definition at line 27 of file dataquad.h.
Referenced by for(), IL_matrix_create(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), and quad_point_new().
double triple::x |
Definition at line 24 of file dataquad.h.
Referenced by dig_get_poly_points(), for(), utils.Rect2D::GetX(), 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(), and quad_point_new().
double triple::y |
Definition at line 25 of file dataquad.h.
Referenced by for(), utils.Rect2D::GetY(), 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(), and quad_point_new().
double triple::z |
Definition at line 26 of file dataquad.h.
Referenced by for(), IL_check_at_points_2d(), IL_interp_segments_2d(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), and quad_point_new().