|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#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_insert_scatt_data().
| int* scScatts::scatt_idxs |
| struct scdScattData** scScatts::scatts_arr |
array of pointers to scdScattData
| int* scScatts::scatts_bands |