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
celleventposition.h
1#pragma once
2#include "viewshed_export.h"
3
4namespace viewshed
5{
10 struct DLL_API CellEventPosition
11 {
12 double mRow, mCol;
13
14 CellEventPosition( double row, double col );
15 };
16} // namespace viewshed