|
Viewshed 6.1.0
A C++ library for calculation of viewshed, inverse viewshed and visibility indices for both of those analyses.
|
This is the complete list of members for ViewshedUtils, including all inherited members.
| allAlgorithms() | ViewshedUtils | static |
| allAlgorithms(double invisibleValue) | ViewshedUtils | static |
| compareRasters(std::shared_ptr< SingleBandRaster > r1, std::shared_ptr< SingleBandRaster > r2, std::string &error) | ViewshedUtils | static |
| distanceElevation(std::shared_ptr< AbstractLoS > los) | ViewshedUtils | static |
| doubleEqual(double a, double b, double epsilon=4 *std::numeric_limits< double >::epsilon()) (defined in ViewshedUtils) | ViewshedUtils | static |
| earthDiameter(OGRSpatialReference crs) | ViewshedUtils | static |
| rasterCoordinates(std::shared_ptr< std::vector< LoSNode > > los, LoSNode poi) (defined in ViewshedUtils) | ViewshedUtils | static |
| saveToCsv(std::vector< DataTriplet > data, std::string header, std::string fileName) | ViewshedUtils | static |
| saveToCsv(std::vector< std::string > rows, std::string header, std::string fileName) | ViewshedUtils | static |
| validateRaster(std::shared_ptr< SingleBandRaster > r1, std::string &error) | ViewshedUtils | static |