GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
scdScattData Struct Reference

#include <imagery.h>

Data Fields

int n_vals
 
unsigned char * b_conds_arr
 
unsigned int * scatt_vals_arr
 

Detailed Description

Holds scatter plot data.

Definition at line 178 of file imagery.h.

Field Documentation

◆ b_conds_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().

◆ n_vals

int scdScattData::n_vals

Number of values in scatter plot (length of b_conds_arr or scatt_vals_arr arrays).

Definition at line 179 of file imagery.h.

◆ scatt_vals_arr

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().


The documentation for this struct was generated from the following file: