|
Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
|
A simple class that stores results of visibility indices calculation (in form of vector of doubles) for specific cell. More...
#include <viewshedvalues.h>


Public Member Functions | |
| ViewshedValues (int row_, int col_) | |
Public Attributes | |
| std::vector< double > | values |
| Public Attributes inherited from viewshed::RasterPosition | |
| int | mRow = -1 |
| int | mCol = -1 |
A simple class that stores results of visibility indices calculation (in form of vector of doubles) for specific cell.