QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Classes
qgsprocessingparametertininputlayers.h File Reference
#include "qgsprocessingparameters.h"
#include "qgsprocessingparametertype.h"
Include dependency graph for qgsprocessingparametertininputlayers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QgsProcessingParameterTinInputLayers::InputLayer
 Used to store input layer Id and other associated parameters. More...
 
class  QgsProcessingParameterTinInputLayers
 A parameter for processing algorithms that need a list of input vector layers to construct a TIN A valid value for this parameter is a list (QVariantList), where each item is a map (QVariantMap) in this form: { 'source': string that represents identification of the vector layer, 'type': how the vector layer is used : as vertices, structure lines or break lines 'attributeIndex' : the index of the attribute of the vector layer used to defined the Z value of vertices, if -1, the Z coordinates of features are used }. More...
 
class  QgsProcessingParameterTypeTinInputLayers
 Parameter type definition for QgsProcessingParameterTinInputLayers. More...