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
viewshed::ViewshedValues Class Reference

A simple class that stores results of visibility indices calculation (in form of vector of doubles) for specific cell. More...

#include <viewshedvalues.h>

Inheritance diagram for viewshed::ViewshedValues:
Collaboration diagram for viewshed::ViewshedValues:

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

Detailed Description

A simple class that stores results of visibility indices calculation (in form of vector of doubles) for specific cell.


The documentation for this class was generated from the following file: