|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <imagery.h>
Data Fields | |
| int | npixels |
| int | count |
| double ** | x |
| double ** | p |
| int ClassData::count |
Definition at line 79 of file imagery.h.
Referenced by I_AllocClassData().
| int ClassData::npixels |
Definition at line 78 of file imagery.h.
Referenced by I_AllocClassData().
| double** ClassData::p |
Definition at line 81 of file imagery.h.
Referenced by I_AllocClassData().
| double** ClassData::x |
Definition at line 80 of file imagery.h.
Referenced by I_AllocClassData().