|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <SurfaceAnalysis.h>
Collaboration diagram for SurfaceAnalysis::Seam:Public Attributes | |
| TileMath::TileKey | patch |
| TileMath::TileKey | neighbor |
| QChar | edge |
| 'N','S','E','W': the patch's edge facing the neighbor | |
| double | maxStep = 0.0 |
| largest vertex height difference along the shared edge (m) | |
| QGeoCoordinate | worstAt |
| geo position of the largest step | |
| SeamCause | cause = SeamCause::SameZoomMismatch |
Definition at line 37 of file SurfaceAnalysis.h.
| SeamCause SurfaceAnalysis::Seam::cause = SeamCause::SameZoomMismatch |
Definition at line 44 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().
| QChar SurfaceAnalysis::Seam::edge |
'N','S','E','W': the patch's edge facing the neighbor
Definition at line 41 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().
| double SurfaceAnalysis::Seam::maxStep = 0.0 |
largest vertex height difference along the shared edge (m)
Definition at line 42 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().
| TileMath::TileKey SurfaceAnalysis::Seam::neighbor |
Definition at line 40 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().
| TileMath::TileKey SurfaceAnalysis::Seam::patch |
Definition at line 39 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().
| QGeoCoordinate SurfaceAnalysis::Seam::worstAt |
geo position of the largest step
Definition at line 43 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().