|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <SurfaceAnalysis.h>
Collaboration diagram for SurfaceAnalysis::Hole:Public Attributes | |
| QGeoCoordinate | at |
| uncovered sample point | |
| HoleCause | cause = HoleCause::NoPatch |
| TileMath::TileKey | patch |
| the suppressed patch (SuppressedCovered only) | |
Definition at line 47 of file SurfaceAnalysis.h.
| QGeoCoordinate SurfaceAnalysis::Hole::at |
uncovered sample point
Definition at line 49 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().
| HoleCause SurfaceAnalysis::Hole::cause = HoleCause::NoPatch |
Definition at line 50 of file SurfaceAnalysis.h.
| TileMath::TileKey SurfaceAnalysis::Hole::patch |
the suppressed patch (SuppressedCovered only)
Definition at line 51 of file SurfaceAnalysis.h.
Referenced by SurfaceAnalysis::Report::text().