GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
imagery.h File Reference
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/defs/imagery.h>
Include dependency graph for imagery.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Ref_Color
 
struct  Ref_Files
 
struct  Ref
 
struct  Tape_Info
 
struct  Control_Points
 
struct  One_Sig
 
struct  Signature
 
struct  SubSig
 
struct  ClassData
 
struct  ClassSig
 
struct  SigSet
 
struct  IClass_statistics
 
struct  scCats
 
struct  scScatts
 
struct  scdScattData
 

Macros

#define INAME_LEN   GNAME_MAX /* coupled to raster map name length */
 
#define SC_SCATT_DATA   0
 
#define SC_SCATT_CONDITIONS   1
 
#define SIGNATURE_TYPE_MIXED   1
 
#define GROUPFILE   "CURGROUP"
 
#define SUBGROUPFILE   "CURSUBGROUP"
 

Macro Definition Documentation

◆ GROUPFILE

#define GROUPFILE   "CURGROUP"

Definition at line 199 of file imagery.h.

Referenced by I_get_group(), and I_put_group().

◆ INAME_LEN

#define INAME_LEN   GNAME_MAX /* coupled to raster map name length */

Definition at line 8 of file imagery.h.

◆ SC_SCATT_CONDITIONS

#define SC_SCATT_CONDITIONS   1

Definition at line 143 of file imagery.h.

Referenced by I_sc_insert_scatt_data().

◆ SC_SCATT_DATA

#define SC_SCATT_DATA   0

Definition at line 142 of file imagery.h.

Referenced by I_sc_insert_scatt_data().

◆ SIGNATURE_TYPE_MIXED

#define SIGNATURE_TYPE_MIXED   1

Definition at line 197 of file imagery.h.

Referenced by I_NewClassSig().

◆ SUBGROUPFILE

#define SUBGROUPFILE   "CURSUBGROUP"

Definition at line 200 of file imagery.h.

Referenced by I_get_subgroup(), and I_put_subgroup().