|
GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
|
#include <interpf.h>
Data Fields | |
| double | x |
| double | y |
| FCELL | z |
| double | smooth |
| double fcell_triple::smooth |
Definition at line 21 of file interpf.h.
Referenced by IL_resample_interp_segments_2d().
| double fcell_triple::x |
Definition at line 18 of file interpf.h.
Referenced by IL_resample_interp_segments_2d().
| double fcell_triple::y |
Definition at line 19 of file interpf.h.
Referenced by IL_resample_interp_segments_2d().
| FCELL fcell_triple::z |
Definition at line 20 of file interpf.h.
Referenced by IL_resample_interp_segments_2d().