QGIS API Documentation 3.99.0-Master (752b475928d)
Loading...
Searching...
No Matches
QgsInterpolatorVertexData Struct Reference

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

#include <qgsinterpolator.h>

Public Member Functions

 QgsInterpolatorVertexData ()=default
 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.

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 47 of file qgsinterpolator.h.

◆ QgsInterpolatorVertexData() [2/2]

QgsInterpolatorVertexData::QgsInterpolatorVertexData ( )
default

Member Data Documentation

◆ x

double QgsInterpolatorVertexData::x = 0.0

X-coordinate.

Definition at line 56 of file qgsinterpolator.h.

◆ y

double QgsInterpolatorVertexData::y = 0.0

Y-coordinate.

Definition at line 58 of file qgsinterpolator.h.

◆ z

double QgsInterpolatorVertexData::z = 0.0

Z-coordinate.

Definition at line 60 of file qgsinterpolator.h.


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