GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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 193 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 195 of file imagery.h.
Referenced by I_sc_insert_scatt_data().