| 
    GRASS 8 Programmer's Manual
    8.5.0dev(2025)-9d806b45d8
    
   | 
 
#include <imagery.h>
Data Fields | |
| int | n_vals | 
| unsigned char * | b_conds_arr | 
| unsigned int * | scatt_vals_arr | 
| unsigned char* scdScattData::b_conds_arr | 
array of selected areas (used for SC_SCATT_CONDITIONS type) otherwise NULL
Definition at line 183 of file imagery.h.
Referenced by I_sc_insert_scatt_data().
| int scdScattData::n_vals | 
| unsigned int* scdScattData::scatt_vals_arr | 
array of computed areas (used for SC_SCATT_DATA type) otherwise NULL
Definition at line 186 of file imagery.h.
Referenced by I_sc_insert_scatt_data().