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
ViewshedUtils Member List

This is the complete list of members for ViewshedUtils, including all inherited members.

allAlgorithms()ViewshedUtilsstatic
allAlgorithms(double invisibleValue)ViewshedUtilsstatic
compareRasters(std::shared_ptr< SingleBandRaster > r1, std::shared_ptr< SingleBandRaster > r2, std::string &error)ViewshedUtilsstatic
distanceElevation(std::shared_ptr< AbstractLoS > los)ViewshedUtilsstatic
doubleEqual(double a, double b, double epsilon=4 *std::numeric_limits< double >::epsilon()) (defined in ViewshedUtils)ViewshedUtilsstatic
earthDiameter(OGRSpatialReference crs)ViewshedUtilsstatic
rasterCoordinates(std::shared_ptr< std::vector< LoSNode > > los, LoSNode poi) (defined in ViewshedUtils)ViewshedUtilsstatic
saveToCsv(std::vector< DataTriplet > data, std::string header, std::string fileName)ViewshedUtilsstatic
saveToCsv(std::vector< std::string > rows, std::string header, std::string fileName)ViewshedUtilsstatic
validateRaster(std::shared_ptr< SingleBandRaster > r1, std::string &error)ViewshedUtilsstatic