| QGIS API Documentation
    2.6.0-Brighton
    | 
This is an interface for interpolator classes for triangulations. More...
#include <TriangleInterpolator.h>

| Public Member Functions | |
| virtual | ~TriangleInterpolator () | 
| virtual bool | calcNormVec (double x, double y, Vector3D *result)=0 | 
| Calculates the normal vector and assigns it to vec. | |
| virtual bool | calcPoint (double x, double y, Point3D *result)=0 | 
| Performs a linear interpolation in a triangle and assigns the x-,y- and z-coordinates to point. | |
This is an interface for interpolator classes for triangulations.
| 
 | inlinevirtual | 
| 
 | pure virtual | 
Calculates the normal vector and assigns it to vec.
Implemented in CloughTocherInterpolator, and LinTriangleInterpolator.
| 
 | pure virtual | 
Performs a linear interpolation in a triangle and assigns the x-,y- and z-coordinates to point.
Implemented in CloughTocherInterpolator, and LinTriangleInterpolator.
 1.8.1.2
 1.8.1.2