GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <imagery.h>
Data Fields | |
int | n_a_scatts |
int * | scatts_bands |
int * | scatt_idxs |
struct scdScattData ** | scatts_arr |
Holds list of all scatter plots, which belongs to category.
int scScatts::n_a_scatts |
number of used/active scatter plots
Definition at line 173 of file imagery.h.
Referenced by I_sc_add_cat(), and I_sc_insert_scatt_data().
int* scScatts::scatt_idxs |
(scatt_id->scatt_idx) internal idx of the scatter plot (position in scatts_arr)
Definition at line 178 of file imagery.h.
Referenced by I_sc_add_cat(), I_sc_free_cats(), and I_sc_insert_scatt_data().
struct scdScattData** scScatts::scatts_arr |
array of pointers to scdScattData
Definition at line 181 of file imagery.h.
Referenced by I_sc_add_cat(), I_sc_free_cats(), and I_sc_insert_scatt_data().
int* scScatts::scatts_bands |
array of bands, which represents the scatter plots, every scatter plot has assigned two bads (size of the array is n_a_scatts * 2 -> idx*2)
Definition at line 175 of file imagery.h.
Referenced by I_sc_add_cat(), I_sc_free_cats(), and I_sc_insert_scatt_data().