|
QGroundControl
Ground Control Station for MAVLink Drones
|
#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) | |
Definition at line 73 of file SurfaceModel.h.
| bool SurfaceModel::Patch::covered = false |
always false (see ready)
Definition at line 80 of file SurfaceModel.h.
| QList<float> SurfaceModel::Patch::heights |
(kGridSize+1)^2 field samples, row-major from the NW corner
Definition at line 76 of file SurfaceModel.h.
| TileMath::TileKey SurfaceModel::Patch::key |
Definition at line 75 of file SurfaceModel.h.
Referenced by SurfaceAnalysis::analyze(), and SurfaceModel::patches().
| 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.