QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
SurfaceModel::Patch Struct Reference

#include <SurfaceModel.h>

+ Collaboration diagram for SurfaceModel::Patch:

Public Attributes

TileMath::TileKey key
 
QList< float > heights
 
bool ready = true
 
bool covered = false
 always false (see ready)
 

Detailed Description

Definition at line 73 of file SurfaceModel.h.

Member Data Documentation

◆ covered

bool SurfaceModel::Patch::covered = false

always false (see ready)

Definition at line 80 of file SurfaceModel.h.

◆ heights

QList<float> SurfaceModel::Patch::heights

(kGridSize+1)^2 field samples, row-major from the NW corner

Definition at line 76 of file SurfaceModel.h.

◆ key

TileMath::TileKey SurfaceModel::Patch::key

Definition at line 75 of file SurfaceModel.h.

Referenced by SurfaceAnalysis::analyze(), and SurfaceModel::patches().

◆ ready

bool SurfaceModel::Patch::ready = true

Always true: patches mesh immediately from the field's estimate. Kept until the downstream covered/ready plumbing is removed (step 8).

Definition at line 79 of file SurfaceModel.h.


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