QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
Interpolation data for an individual source vertex. More...
#include <qgsinterpolator.h>
Public Member Functions | |
QgsInterpolatorVertexData (double x, double y, double z) | |
Constructor for QgsInterpolatorVertexData with the specified x, y, and z coordinate. More... | |
QgsInterpolatorVertexData ()=default | |
Constructor for QgsInterpolatorVertexData. More... | |
Public Attributes | |
double | x = 0.0 |
X-coordinate. More... | |
double | y = 0.0 |
Y-coordinate. More... | |
double | z = 0.0 |
Z-coordinate. More... | |
Interpolation data for an individual source vertex.
Definition at line 35 of file qgsinterpolator.h.
|
inline |
Constructor for QgsInterpolatorVertexData with the specified x, y, and z coordinate.
Definition at line 42 of file qgsinterpolator.h.
|
default |
Constructor for QgsInterpolatorVertexData.
double QgsInterpolatorVertexData::x = 0.0 |
X-coordinate.
Definition at line 52 of file qgsinterpolator.h.
double QgsInterpolatorVertexData::y = 0.0 |
Y-coordinate.
Definition at line 54 of file qgsinterpolator.h.
double QgsInterpolatorVertexData::z = 0.0 |
Z-coordinate.
Definition at line 56 of file qgsinterpolator.h.