|
Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
|
Representation of important values and LoSNode indexes that can be extracted from LoS and are important for Visibility Algorithms. More...
#include <losimportantvalues.h>
Public Member Functions | |
| LoSImportantValues () | |
| Construct a new Lo S Important Values object. | |
| void | reset () |
| bool | horizonBeforeExist () |
| Is there a horizon between view point and target point? | |
| bool | horizonExist () |
| Is there a horizon on the LoS? | |
| bool | isTargetHorizon () |
| Is the target point a horizon? | |
| bool | isTargetGlobalHorizon () |
| Is Target Point global horizon? | |
Representation of important values and LoSNode indexes that can be extracted from LoS and are important for Visibility Algorithms.
| bool LoSImportantValues::horizonBeforeExist | ( | ) |
Is there a horizon between view point and target point?
| bool LoSImportantValues::horizonExist | ( | ) |
Is there a horizon on the LoS?
| bool LoSImportantValues::isTargetGlobalHorizon | ( | ) |
Is Target Point global horizon?
| bool LoSImportantValues::isTargetHorizon | ( | ) |
Is the target point a horizon?