|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <imagery.h>

Data Fields | |
| long | classnum |
| char * | title |
| int | used |
| int | type |
| int | nsubclasses |
| struct SubSig * | SubSig |
| struct ClassData | ClassData |
| long ClassSig::classnum |
Definition at line 85 of file imagery.h.
Referenced by I_NewClassSig(), and I_WriteSigSet().
| int ClassSig::nsubclasses |
Definition at line 89 of file imagery.h.
Referenced by I_NewClassSig(), I_NewSubSig(), and I_WriteSigSet().
| struct SubSig* ClassSig::SubSig |
Definition at line 90 of file imagery.h.
Referenced by I_NewSubSig(), and I_WriteSigSet().
| char* ClassSig::title |
Definition at line 86 of file imagery.h.
Referenced by I_GetClassTitle(), I_NewClassSig(), and I_SetClassTitle().
| int ClassSig::type |
Definition at line 88 of file imagery.h.
Referenced by I_NewClassSig(), and I_WriteSigSet().
| int ClassSig::used |
Definition at line 87 of file imagery.h.
Referenced by I_NewClassSig(), I_SigSetNClasses(), and I_WriteSigSet().