QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | Public Attributes | List of all members
QgsInterpolatorVertexData Struct Reference

Interpolation data for an individual source vertex. More...

#include <qgsinterpolator.h>

Public Member Functions

 QgsInterpolatorVertexData ()=default
 Constructor for QgsInterpolatorVertexData. More...
 
 QgsInterpolatorVertexData (double x, double y, double z)
 Constructor for QgsInterpolatorVertexData with the specified x, y, and z coordinate. More...
 

Public Attributes

double x = 0.0
 X-coordinate. More...
 
double y = 0.0
 Y-coordinate. More...
 
double z = 0.0
 Z-coordinate. More...
 

Detailed Description

Interpolation data for an individual source vertex.

Definition at line 41 of file qgsinterpolator.h.

Constructor & Destructor Documentation

◆ QgsInterpolatorVertexData() [1/2]

QgsInterpolatorVertexData::QgsInterpolatorVertexData ( double  x,
double  y,
double  z 
)
inline

Constructor for QgsInterpolatorVertexData with the specified x, y, and z coordinate.

Definition at line 48 of file qgsinterpolator.h.

◆ QgsInterpolatorVertexData() [2/2]

QgsInterpolatorVertexData::QgsInterpolatorVertexData ( )
default

Constructor for QgsInterpolatorVertexData.

Member Data Documentation

◆ x

double QgsInterpolatorVertexData::x = 0.0

X-coordinate.

Definition at line 58 of file qgsinterpolator.h.

◆ y

double QgsInterpolatorVertexData::y = 0.0

Y-coordinate.

Definition at line 60 of file qgsinterpolator.h.

◆ z

double QgsInterpolatorVertexData::z = 0.0

Z-coordinate.

Definition at line 62 of file qgsinterpolator.h.


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