Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
Loading...
Searching...
No Matches
viewshed::DataTriplet Struct Reference

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

Detailed Description

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.


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