GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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 30 of file dataquad.h.
int quaddata::n_cols |
Definition at line 37 of file dataquad.h.
Referenced by IL_grid_calc_2d(), IL_interp_segments_2d(), 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 38 of file dataquad.h.
Referenced by for(), IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), quad_divide_data(), quad_division_check(), and translate_quad().
int quaddata::n_rows |
Definition at line 36 of file dataquad.h.
Referenced by IL_grid_calc_2d(), IL_interp_segments_2d(), 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 39 of file dataquad.h.
Referenced by for(), IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), IL_resample_interp_segments_2d(), quad_add_data(), quad_data_new(), quad_divide_data(), quad_division_check(), and translate_quad().
double quaddata::x_orig |
Definition at line 32 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), 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 34 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_interp_segments_2d(), IL_vector_input_data_2d(), process_point(), quad_compare(), quad_data_new(), quad_divide_data(), and quad_intersect().
double quaddata::y_orig |
Definition at line 33 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_grid_calc_2d(), IL_interp_segments_2d(), 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 35 of file dataquad.h.
Referenced by IL_check_at_points_2d(), IL_interp_segments_2d(), IL_vector_input_data_2d(), process_point(), quad_compare(), quad_data_new(), quad_divide_data(), and quad_intersect().