GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
scScatts Struct Reference

#include <imagery.h>

Collaboration diagram for scScatts:

Data Fields

int n_a_scatts
 
int * scatts_bands
 
int * scatt_idxs
 
struct scdScattData ** scatts_arr
 

Detailed Description

Holds list of all scatter plots, which belongs to category.

Definition at line 164 of file imagery.h.

Field Documentation

◆ n_a_scatts

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

◆ scatt_idxs

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

◆ scatts_arr

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

◆ scatts_bands

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


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