22#ifndef MESH_PROFILE_SAMPLER_H
23#define MESH_PROFILE_SAMPLER_H
59 const QVector<QPointF> &scenePolyline,
60 double stepHint = 0.0);
Definition swmm2dmeshlayer.h:64
Definition swmm2dresultslayer.h:550
Definition meshprofilesampler.h:34
constexpr int kMaxSamples
Definition meshprofilesampler.h:45
MeshProfile buildMeshProfile(SWMM2DMeshLayer *mesh, SWMM2DResultsLayer *results, const QVector< QPointF > &scenePolyline, double stepHint=0.0)
Resample scenePolyline at fixed arc length and sample ground / depth / max-depth along it.
Definition meshprofilesampler.cpp:42
constexpr int kMaxSamples
Definition profilesection.h:30
Definition meshcommands.h:302
The value type every longitudinal cross-section shares, regardless of which surface it was sampled fr...
A point where the traced line crosses a mesh-cell (triangle) edge. Plotted as a dot on the ground lin...
Definition profilesection.h:59
One point along the traced cross-section.
Definition profilesection.h:37
The assembled cross-section: ordered samples + a results flag.
Definition profilesection.h:70