Uses of Interface
org.noise_planet.noisemodelling.pathfinder.CutPlaneVisitor
-
Packages that use CutPlaneVisitor Package Description org.noise_planet.noisemodelling.pathfinder -
-
Uses of CutPlaneVisitor in org.noise_planet.noisemodelling.pathfinder
Classes in org.noise_planet.noisemodelling.pathfinder that implement CutPlaneVisitor Modifier and Type Class Description classDefaultCutPlaneVisitorWay to store data computed by threads.Methods in org.noise_planet.noisemodelling.pathfinder that return CutPlaneVisitor Modifier and Type Method Description CutPlaneVisitorCutPlaneVisitorFactory. subProcess(org.h2gis.api.ProgressVisitor visitor)CutPlaneVisitorDefaultCutPlaneVisitor. subProcess(org.h2gis.api.ProgressVisitor visitor)Methods in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor Modifier and Type Method Description voidPathFinder. computeRaysAtPosition(PathFinder.ReceiverPointInfo receiverPointInfo, CutPlaneVisitor dataOut, org.h2gis.api.ProgressVisitor visitor)Compute the rays to the given receiver.CutPlaneVisitor.PathSearchStrategyPathFinder. computeReflexion(PathFinder.ReceiverPointInfo rcv, PathFinder.SourcePointInfo src, MirrorReceiversCompute receiverMirrorIndex, CutPlaneVisitor dataOut, CutPlaneVisitor.PathSearchStrategy initialStrategy)CutPlaneVisitor.PathSearchStrategyPathFinder. directPath(PathFinder.SourcePointInfo src, PathFinder.ReceiverPointInfo rcv, boolean verticalDiffraction, boolean horizontalDiffraction, CutPlaneVisitor dataOut)Direct Path computation.Constructors in org.noise_planet.noisemodelling.pathfinder with parameters of type CutPlaneVisitor Constructor Description ThreadPathFinder(int startReceiver, int endReceiver, PathFinder propagationProcess, org.h2gis.api.ProgressVisitor visitor, CutPlaneVisitor dataOut, Scene data)Create the ThreadPathFinder constructor
-