QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
TriangleInterpolator Class Referenceabstract

An interface for interpolator classes for triangulations. More...

#include <TriangleInterpolator.h>

Inheritance diagram for TriangleInterpolator:

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.
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.

Detailed Description

An interface for interpolator classes for triangulations.

Note
Not available in Python bindings.

Definition at line 33 of file TriangleInterpolator.h.

Constructor & Destructor Documentation

◆ ~TriangleInterpolator()

virtual TriangleInterpolator::~TriangleInterpolator ( )
virtualdefault

Member Function Documentation

◆ calcNormVec()

virtual bool TriangleInterpolator::calcNormVec ( double x,
double y,
QgsPoint & result )
pure virtual

Calculates the normal vector and assigns it to vec.

Implemented in CloughTocherInterpolator, and LinTriangleInterpolator.

◆ calcPoint()

virtual bool TriangleInterpolator::calcPoint ( double x,
double y,
QgsPoint & result )
pure virtual

Performs a linear interpolation in a triangle and assigns the x-,y- and z-coordinates to point.

Implemented in CloughTocherInterpolator, and LinTriangleInterpolator.


The documentation for this class was generated from the following file: