SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
mesh::PatchMesh Struct Reference

A generated patch in local indices. Quads are emitted CCW. More...

#include <meshpatch.h>

Collaboration diagram for mesh::PatchMesh:

Public Attributes

QVector< QPointF > xy
 
QVector< MeshTrianglequads
 v3 >= 0, local indices.
 
QVector< QPair< int, int > > boundarySegments
 Local index pairs around the patch.
 
QString tag
 

Detailed Description

A generated patch in local indices. Quads are emitted CCW.

Member Data Documentation

◆ boundarySegments

QVector<QPair<int,int> > mesh::PatchMesh::boundarySegments

Local index pairs around the patch.

◆ quads

QVector<MeshTriangle> mesh::PatchMesh::quads

v3 >= 0, local indices.

◆ tag

QString mesh::PatchMesh::tag

◆ xy

QVector<QPointF> mesh::PatchMesh::xy

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