|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
|
#include <stdio.h>#include <stdlib.h>#include <float.h>#include <math.h>#include <string.h>#include <grass/lidar.h>
Go to the source code of this file.
| double dataInterpolateBicubic | ( | double | x, |
| double | y, | ||
| double | deltaX, | ||
| double | deltaY, | ||
| int | xNum, | ||
| int | yNum, | ||
| double | xMin, | ||
| double | yMin, | ||
| double * | parVect | ||
| ) |
Definition at line 493 of file InterpSpline.c.
References node_x(), node_y(), order(), phi_33(), phi_34(), phi_43(), phi_44(), and x.
Referenced by P_Regular_Points(), and P_Sparse_Points().
| double dataInterpolateBilin | ( | double | x, |
| double | y, | ||
| double | deltaX, | ||
| double | deltaY, | ||
| int | xNum, | ||
| int | yNum, | ||
| double | xMin, | ||
| double | yMin, | ||
| double * | parVect | ||
| ) |
Definition at line 600 of file InterpSpline.c.
References node_x(), node_y(), order(), phi(), and x.
Referenced by P_Regular_Points(), and P_Sparse_Points().
Definition at line 395 of file InterpSpline.c.
References N.
Definition at line 195 of file InterpSpline.c.
Definition at line 25 of file InterpSpline.c.
References x.
Referenced by dataInterpolateBicubic(), dataInterpolateBilin(), normalDefBicubic(), normalDefBilin(), obsEstimateBicubic(), and obsEstimateBilin().
Definition at line 37 of file InterpSpline.c.
Referenced by dataInterpolateBicubic(), dataInterpolateBilin(), normalDefBicubic(), normalDefBilin(), obsEstimateBicubic(), and obsEstimateBilin().
Definition at line 49 of file InterpSpline.c.
Referenced by dataInterpolateBicubic(), dataInterpolateBilin(), I_compute_georef_equations(), I_georef(), nCorrectLapl(), NetA_strongly_connected_components(), normalDefBicubic(), normalDefBilin(), obsEstimateBicubic(), and obsEstimateBilin().
Definition at line 94 of file InterpSpline.c.
Referenced by dataInterpolateBilin(), normalDefBilin(), and obsEstimateBilin().
Definition at line 58 of file InterpSpline.c.
Definition at line 70 of file InterpSpline.c.
References phi_3().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().
Definition at line 76 of file InterpSpline.c.
References phi_3(), and phi_4().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().
Definition at line 64 of file InterpSpline.c.
Definition at line 82 of file InterpSpline.c.
References phi_3(), and phi_4().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().
Definition at line 88 of file InterpSpline.c.
References phi_4().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().