|
GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <dataquad.h>

Data Fields | |
| double | x_orig |
| double | y_orig |
| double | xmax |
| double | ymax |
| int | n_rows |
| int | n_cols |
| int | n_points |
| struct triple * | points |
Definition at line 45 of file dataquad.h.
| int quaddata::n_cols |
Definition at line 51 of file dataquad.h.
Referenced by IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_resample_interp_segments_2d(), IL_vector_input_data_2d(), quad_compare(), quad_data_new(), and quad_divide_data().
| int quaddata::n_points |
Definition at line 52 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), quad_divide_data(), quad_division_check(), quad_get_points(), and translate_quad().
| int quaddata::n_rows |
Definition at line 50 of file dataquad.h.
Referenced by IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_resample_interp_segments_2d(), IL_vector_input_data_2d(), quad_compare(), quad_data_new(), and quad_divide_data().
| struct triple* quaddata::points |
Definition at line 53 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), quad_divide_data(), quad_division_check(), quad_get_points(), and translate_quad().
| double quaddata::x_orig |
Definition at line 46 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_vector_input_data_2d(), process_point(), quad_compare(), quad_data_new(), quad_divide_data(), quad_intersect(), and translate_quad().
| double quaddata::xmax |
Definition at line 48 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_resample_interp_segments_2d(), IL_vector_input_data_2d(), process_point(), quad_compare(), quad_data_new(), quad_divide_data(), quad_get_points(), smallest_segment(), and translate_quad().
| double quaddata::y_orig |
Definition at line 47 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_vector_input_data_2d(), process_point(), quad_compare(), quad_data_new(), quad_divide_data(), quad_intersect(), and translate_quad().
| double quaddata::ymax |
Definition at line 49 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_interp_segments_2d_parallel(), IL_resample_interp_segments_2d(), IL_vector_input_data_2d(), process_point(), quad_compare(), quad_data_new(), quad_divide_data(), quad_get_points(), and translate_quad().