19#ifndef PROFILE_SECTION_H
20#define PROFILE_SECTION_H
Definition profilesection.h:26
constexpr int kMaxSamples
Definition profilesection.h:30
A point where the traced line crosses a mesh-cell (triangle) edge. Plotted as a dot on the ground lin...
Definition profilesection.h:59
double ground
Definition profilesection.h:61
double chainage
Definition profilesection.h:60
QPointF scenePt
Definition profilesection.h:62
One point along the traced cross-section.
Definition profilesection.h:37
double depthNow
Definition profilesection.h:40
bool cellHasSurface
Definition profilesection.h:43
QPointF scenePt
Definition profilesection.h:47
double maxDepth
Definition profilesection.h:41
int triIdx
Definition profilesection.h:42
double chainage
Definition profilesection.h:38
double ground
Definition profilesection.h:39
The assembled cross-section: ordered samples + a results flag.
Definition profilesection.h:70
QVector< CellCrossing > crossings
Definition profilesection.h:72
bool hasResults
Definition profilesection.h:73
QVector< Sample > samples
Definition profilesection.h:71