Uses of Class
de.grogra.task.Solver
Package
Description
-
Uses of Solver in de.grogra.ray2.tracing
Modifier and TypeMethodDescriptionMetropolisRenderer.createLocalSolver
(boolean sameThread) PixelwiseRenderer.createLocalSolver
(boolean sameThread) -
Uses of Solver in de.grogra.rgg.model
-
Uses of Solver in de.grogra.task
Modifier and TypeClassDescriptionclass
This abstract class implementsSolver
such that a thread is created in which the actual work is done.Modifier and TypeMethodDescriptionvoid
Adds a solver to this task.void
Task.partialTaskDone
(Solver s) This method has to be invoked by a solver if it has completed processing its current partial task.void
Task.removeSolver
(Solver s) Removes a solver from this task. -
Uses of Solver in de.grogra.util.concurrent
Modifier and TypeClassDescriptionclass
A solver for PTask that should not make modification on the graph.