|
Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
|
Representation of triplet of data. First two values are doubles and third is boolean. Used to export LoS to CSV where the values are point's distance, elevation and whether the point is target point. More...
#include <viewshedutils.h>
Public Member Functions | |
| DataTriplet (double f, double s, bool t) | |
Public Attributes | |
| double | first |
| double | second |
| bool | third |
Representation of triplet of data. First two values are doubles and third is boolean. Used to export LoS to CSV where the values are point's distance, elevation and whether the point is target point.