GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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 175 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 180 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 183 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 177 of file imagery.h.
Referenced by I_sc_add_cat(), I_sc_free_cats(), and I_sc_insert_scatt_data().