QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Attributes | List of all members
QgsInterpolator::LayerData Struct Reference

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...
 
QgsFeatureSourcesource = nullptr
 Feature source. More...
 
QgsInterpolator::SourceType sourceType = SourcePoints
 Source type. More...
 
QgsInterpolator::ValueSource valueSource = QgsInterpolator::ValueAttribute
 Source for feature values to interpolate. More...
 

Detailed Description

A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline)

Definition at line 95 of file qgsinterpolator.h.

Member Data Documentation

int QgsInterpolator::LayerData::interpolationAttribute = -1

Index of feature attribute to use for interpolation.

Definition at line 102 of file qgsinterpolator.h.

QgsFeatureSource* QgsInterpolator::LayerData::source = nullptr

Feature source.

Definition at line 98 of file qgsinterpolator.h.

QgsInterpolator::SourceType QgsInterpolator::LayerData::sourceType = SourcePoints

Source type.

Definition at line 104 of file qgsinterpolator.h.

QgsInterpolator::ValueSource QgsInterpolator::LayerData::valueSource = QgsInterpolator::ValueAttribute

Source for feature values to interpolate.

Definition at line 100 of file qgsinterpolator.h.


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