Class ThreadPathFinder
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.ThreadPathFinder
-
-
Constructor Summary
Constructors Constructor Description ThreadPathFinder(int startReceiver, int endReceiver, PathFinder propagationProcess, org.h2gis.api.ProgressVisitor visitor, CutPlaneVisitor dataOut, Scene data)
Create the ThreadPathFinder constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
call()
Executes the computation of ray paths for each receiver in the specified range.
-
-
-
Constructor Detail
-
ThreadPathFinder
public ThreadPathFinder(int startReceiver, int endReceiver, PathFinder propagationProcess, org.h2gis.api.ProgressVisitor visitor, CutPlaneVisitor dataOut, Scene data)
Create the ThreadPathFinder constructor- Parameters:
startReceiver
-endReceiver
-propagationProcess
-visitor
-dataOut
-data
-
-
-