2#include "viewshed_export.h"
21 double maxGradientBefore = -180;
22 double maxGradient = -180;
23 int indexMaxGradientBefore = -1;
24 int indexMaxGradient = -1;
25 int indexHorizonBefore = -1;
26 int indexHorizon = -1;
27 int countHorizonBefore = 0;
29 bool targetHorizon =
false;
bool horizonExist()
Is there a horizon on the LoS?
Definition losimportantvalues.cpp:22
bool horizonBeforeExist()
Is there a horizon between view point and target point?
Definition losimportantvalues.cpp:20
bool isTargetHorizon()
Is the target point a horizon?
Definition losimportantvalues.cpp:24
bool isTargetGlobalHorizon()
Is Target Point global horizon?
Definition losimportantvalues.cpp:26
LoSImportantValues()
Construct a new Lo S Important Values object.
Definition losimportantvalues.cpp:5