|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Interpolation data for an individual source vertex. More...
#include <qgsinterpolator.h>
Public Member Functions | |
| QgsInterpolatorVertexData ()=default | |
| Constructor for QgsInterpolatorVertexData. | |
| QgsInterpolatorVertexData (double x, double y, double z) | |
| Constructor for QgsInterpolatorVertexData with the specified x, y, and z coordinate. | |
Public Attributes | |
| double | x = 0.0 |
| X-coordinate. | |
| double | y = 0.0 |
| Y-coordinate. | |
| double | z = 0.0 |
| Z-coordinate. | |
Interpolation data for an individual source vertex.
Definition at line 41 of file qgsinterpolator.h.
|
inline |
Constructor for QgsInterpolatorVertexData with the specified x, y, and z coordinate.
Definition at line 48 of file qgsinterpolator.h.
|
default |
Constructor for QgsInterpolatorVertexData.
| double QgsInterpolatorVertexData::x = 0.0 |
X-coordinate.
Definition at line 58 of file qgsinterpolator.h.
| double QgsInterpolatorVertexData::y = 0.0 |
Y-coordinate.
Definition at line 60 of file qgsinterpolator.h.
| double QgsInterpolatorVertexData::z = 0.0 |
Z-coordinate.
Definition at line 62 of file qgsinterpolator.h.