QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include <QVector>
#include <memory>
#include "qgis_core.h"
#include "qgsmeshdataprovider.h"
#include "qgsgeometry.h"
#include "qgsmeshspatialindex.h"
Go to the source code of this file.
Classes | |
class | QgsTriangularMesh |
Triangular/Derived Mesh is mesh with vertices in map coordinates. More... | |
Namespaces | |
QgsMeshUtils | |
Macros | |
#define | SIP_NO_FILE |
Functions | |
CORE_EXPORT QList< int > | QgsMeshUtils::nativeFacesFromTriangles (const QList< int > &triangleIndexes, const QVector< int > &trianglesToNativeFaces) |
Returns unique native faces indexes from list of triangle indexes. More... | |
CORE_EXPORT QgsGeometry | QgsMeshUtils::toGeometry (const QgsMeshFace &face, const QVector< QgsMeshVertex > &vertices) |
Returns face as polygon geometry. More... | |
CORE_EXPORT std::unique_ptr< QgsPolygon > | QgsMeshUtils::toPolygon (const QgsMeshFace &face, const QVector< QgsMeshVertex > &vertices) |
Returns face as polygon geometry, caller is responsible for delete. More... | |
#define SIP_NO_FILE |
Definition at line 22 of file qgstriangularmesh.h.