| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
This is an interface for interpolator classes for triangulations. More...
#include <TriangleInterpolator.h>

| Public Member Functions | |
| virtual | ~TriangleInterpolator ()=default | 
| virtual bool | calcNormVec (double x, double y, QgsPoint &result)=0 | 
| Calculates the normal vector and assigns it to vec.  More... | |
| virtual bool | calcPoint (double x, double y, QgsPoint &result)=0 | 
| Performs a linear interpolation in a triangle and assigns the x-,y- and z-coordinates to point.  More... | |
This is an interface for interpolator classes for triangulations.
Definition at line 34 of file TriangleInterpolator.h.
| 
 | virtualdefault | 
| 
 | pure virtual | 
Calculates the normal vector and assigns it to vec.
Implemented in LinTriangleInterpolator, and CloughTocherInterpolator.
| 
 | pure virtual | 
Performs a linear interpolation in a triangle and assigns the x-,y- and z-coordinates to point.
Implemented in LinTriangleInterpolator, and CloughTocherInterpolator.