Uses of Class
de.grogra.task.Solver
Packages that use Solver
Package
Description
-
Uses of Solver in de.grogra.ray2.tracing
Methods in de.grogra.ray2.tracing that return SolverModifier and TypeMethodDescriptionMetropolisRenderer.createLocalSolver(boolean sameThread) PixelwiseRenderer.createLocalSolver(boolean sameThread) -
Uses of Solver in de.grogra.rgg.model
Subclasses of Solver in de.grogra.rgg.model -
Uses of Solver in de.grogra.task
Subclasses of Solver in de.grogra.taskModifier and TypeClassDescriptionclassThis abstract class implementsSolversuch that a thread is created in which the actual work is done.Methods in de.grogra.task that return SolverMethods in de.grogra.task with parameters of type SolverModifier and TypeMethodDescriptionvoidAdds a solver to this task.voidTask.partialTaskDone(Solver s) This method has to be invoked by a solver if it has completed processing its current partial task.voidTask.removeSolver(Solver s) Removes a solver from this task. -
Uses of Solver in de.grogra.util.concurrent
Subclasses of Solver in de.grogra.util.concurrentModifier and TypeClassDescriptionclassA solver for PTask that should not make modification on the graph.