| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline) More...
#include <qgsinterpolator.h>
| Public Attributes | |
| int | interpolationAttribute = -1 | 
| Index of feature attribute to use for interpolation.  More... | |
| QgsFeatureSource * | source = nullptr | 
| Feature source.  More... | |
| QgsInterpolator::SourceType | sourceType = SourcePoints | 
| Source type.  More... | |
| QgsCoordinateTransformContext | transformContext | 
| Coordinate transform context.  More... | |
| QgsInterpolator::ValueSource | valueSource = QgsInterpolator::ValueAttribute | 
| Source for feature values to interpolate.  More... | |
A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline)
Definition at line 98 of file qgsinterpolator.h.
| int QgsInterpolator::LayerData::interpolationAttribute = -1 | 
Index of feature attribute to use for interpolation.
Definition at line 105 of file qgsinterpolator.h.
| QgsFeatureSource* QgsInterpolator::LayerData::source = nullptr | 
Feature source.
Definition at line 101 of file qgsinterpolator.h.
| QgsInterpolator::SourceType QgsInterpolator::LayerData::sourceType = SourcePoints | 
Source type.
Definition at line 107 of file qgsinterpolator.h.
| QgsCoordinateTransformContext QgsInterpolator::LayerData::transformContext | 
| QgsInterpolator::ValueSource QgsInterpolator::LayerData::valueSource = QgsInterpolator::ValueAttribute | 
Source for feature values to interpolate.
Definition at line 103 of file qgsinterpolator.h.