|
Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
|
Simple tuple representing cell event position in term of row and col (as double). More...
#include <celleventposition.h>
Public Member Functions | |
| CellEventPosition (double row, double col) | |
Public Attributes | |
| double | mRow |
| double | mCol |
Simple tuple representing cell event position in term of row and col (as double).