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