Uses of Class
org.noise_planet.noisemodelling.pathfinder.PathFinder.ComputationSide
-
Packages that use PathFinder.ComputationSide Package Description org.noise_planet.noisemodelling.pathfinder -
-
Uses of PathFinder.ComputationSide in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder that return PathFinder.ComputationSide Modifier and Type Method Description static PathFinder.ComputationSide
PathFinder.ComputationSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static PathFinder.ComputationSide[]
PathFinder.ComputationSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type PathFinder.ComputationSide Modifier and Type Method Description CutProfile
PathFinder. computeVEdgeDiffraction(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, Scene data, PathFinder.ComputationSide side)
Compute horizontal diffraction (diffraction of vertical edge.)
-