| 
    GRASS 8 Programmer's Manual
    8.5.0dev(2025)-9d806b45d8
    
   | 
 
#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 165 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 170 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 173 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 167 of file imagery.h.
Referenced by I_sc_add_cat(), I_sc_free_cats(), and I_sc_insert_scatt_data().