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::StructuredPatch Struct Reference

Four-sided patch: corners in cyclic order (either orientation); n subdivisions along corner0→corner1 (and corner3→corner2), m along corner0→corner3 (and corner1→corner2). More...

#include <meshpatch.h>

Collaboration diagram for mesh::StructuredPatch:

Public Attributes

QVector< QPointF > corners
 Exactly 4, cyclic.
 
int n = 0
 
int m = 0
 
QString tag
 

Detailed Description

Four-sided patch: corners in cyclic order (either orientation); n subdivisions along corner0→corner1 (and corner3→corner2), m along corner0→corner3 (and corner1→corner2).

Member Data Documentation

◆ corners

QVector<QPointF> mesh::StructuredPatch::corners

Exactly 4, cyclic.

◆ m

int mesh::StructuredPatch::m = 0

◆ n

int mesh::StructuredPatch::n = 0

◆ tag

QString mesh::StructuredPatch::tag

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