QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Attributes | List of all members
QgsInterpolator::LayerData Struct Reference

A layer 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
 
InputType mInputType
 
QgsVectorLayervectorLayer
 
bool zCoordInterpolation
 

Detailed Description

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

Definition at line 49 of file qgsinterpolator.h.

Member Data Documentation

◆ interpolationAttribute

int QgsInterpolator::LayerData::interpolationAttribute

Definition at line 53 of file qgsinterpolator.h.

◆ mInputType

InputType QgsInterpolator::LayerData::mInputType

Definition at line 54 of file qgsinterpolator.h.

◆ vectorLayer

QgsVectorLayer* QgsInterpolator::LayerData::vectorLayer

Definition at line 51 of file qgsinterpolator.h.

◆ zCoordInterpolation

bool QgsInterpolator::LayerData::zCoordInterpolation

Definition at line 52 of file qgsinterpolator.h.


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