Class ThreadPathFinder
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.ThreadPathFinder
A Thread class to evaluate all receivers cut planes.
Return true if the computation is done without issues
-
Constructor Summary
ConstructorsConstructorDescriptionThreadPathFinder(int startReceiver, int endReceiver, PathFinder propagationProcess, org.h2gis.api.ProgressVisitor visitor, CutPlaneVisitor dataOut, Scene data) Create the ThreadPathFinder constructor -
Method Summary
-
Constructor Details
-
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-
-
-
Method Details