|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
|
#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 497 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 604 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 399 of file InterpSpline.c.
References N.
Definition at line 199 of file InterpSpline.c.
Definition at line 29 of file InterpSpline.c.
References x.
Referenced by dataInterpolateBicubic(), dataInterpolateBilin(), normalDefBicubic(), normalDefBilin(), obsEstimateBicubic(), and obsEstimateBilin().
Definition at line 41 of file InterpSpline.c.
Referenced by dataInterpolateBicubic(), dataInterpolateBilin(), normalDefBicubic(), normalDefBilin(), obsEstimateBicubic(), and obsEstimateBilin().
Definition at line 53 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 98 of file InterpSpline.c.
Referenced by dataInterpolateBilin(), normalDefBilin(), and obsEstimateBilin().
Definition at line 62 of file InterpSpline.c.
Definition at line 74 of file InterpSpline.c.
References phi_3().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().
Definition at line 80 of file InterpSpline.c.
References phi_3(), and phi_4().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().
Definition at line 68 of file InterpSpline.c.
Definition at line 86 of file InterpSpline.c.
References phi_3(), and phi_4().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().
Definition at line 92 of file InterpSpline.c.
References phi_4().
Referenced by dataInterpolateBicubic(), normalDefBicubic(), and obsEstimateBicubic().