QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Mesh - vertices and faces. More...
#include <qgsmeshdataprovider.h>
Public Member Functions | |
QgsMeshFace | face (int index) const |
Returns a face at the index. More... | |
int | faceCount () const |
Returns number of faces. More... | |
QgsMeshVertex | vertex (int index) const |
Returns a vertex at the index. More... | |
int | vertexCount () const |
Returns number of vertices. More... | |
Public Attributes | |
QVector< QgsMeshFace > | faces |
faces More... | |
QVector< QgsMeshVertex > | vertices |
vertices More... | |
QgsMeshFace QgsMesh::face | ( | int | index | ) | const |
Returns a face at the index.
Definition at line 323 of file qgsmeshdataprovider.cpp.
int QgsMesh::faceCount | ( | ) | const |
Returns number of faces.
Definition at line 335 of file qgsmeshdataprovider.cpp.
QgsMeshVertex QgsMesh::vertex | ( | int | index | ) | const |
Returns a vertex at the index.
Definition at line 316 of file qgsmeshdataprovider.cpp.
int QgsMesh::vertexCount | ( | ) | const |
Returns number of vertices.
Definition at line 330 of file qgsmeshdataprovider.cpp.
QVector<QgsMeshFace> QgsMesh::faces |
faces
Definition at line 90 of file qgsmeshdataprovider.h.
QVector<QgsMeshVertex> QgsMesh::vertices |
vertices
Definition at line 88 of file qgsmeshdataprovider.h.