QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SurfaceAnalysis::Seam Struct Reference

#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
 

Detailed Description

Definition at line 37 of file SurfaceAnalysis.h.

Member Data Documentation

◆ cause

SeamCause SurfaceAnalysis::Seam::cause = SeamCause::SameZoomMismatch

Definition at line 44 of file SurfaceAnalysis.h.

Referenced by SurfaceAnalysis::Report::text().

◆ edge

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().

◆ maxStep

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().

◆ neighbor

TileMath::TileKey SurfaceAnalysis::Seam::neighbor

Definition at line 40 of file SurfaceAnalysis.h.

Referenced by SurfaceAnalysis::Report::text().

◆ patch

TileMath::TileKey SurfaceAnalysis::Seam::patch

Definition at line 39 of file SurfaceAnalysis.h.

Referenced by SurfaceAnalysis::Report::text().

◆ worstAt

QGeoCoordinate SurfaceAnalysis::Seam::worstAt

geo position of the largest step

Definition at line 43 of file SurfaceAnalysis.h.

Referenced by SurfaceAnalysis::Report::text().


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