Uses of Interface
de.grogra.task.PartialTask
Packages that use PartialTask
Package
Description
-
Uses of PartialTask in de.grogra.ray2.tracing
Classes in de.grogra.ray2.tracing that implement PartialTaskModifier and TypeClassDescriptionstatic classstatic classMethods in de.grogra.ray2.tracing that return PartialTaskModifier and TypeMethodDescriptionprotected PartialTaskMetropolisRenderer.nextPartialTask(int solverIndex) protected PartialTaskPixelwiseRenderer.nextPartialTask(int solverIndex) Methods in de.grogra.ray2.tracing with parameters of type PartialTaskModifier and TypeMethodDescriptionprotected voidMetropolisRenderer.dispose(PartialTask task) protected voidPixelwiseRenderer.dispose(PartialTask task) -
Uses of PartialTask in de.grogra.rgg
Classes in de.grogra.rgg that implement PartialTaskModifier and TypeClassDescriptionclassThis abstract class has to be used as base class for concurrent tasks in the context of an RGG.Methods in de.grogra.rgg that return PartialTaskModifier and TypeMethodDescriptionprotected PartialTaskConcurrentTasks.nextPartialTask(int solverIndex) Methods in de.grogra.rgg with parameters of type PartialTask -
Uses of PartialTask in de.grogra.rgg.model
Methods in de.grogra.rgg.model with parameters of type PartialTask -
Uses of PartialTask in de.grogra.rgg.parallel
Classes in de.grogra.rgg.parallel that implement PartialTask -
Uses of PartialTask in de.grogra.task
Methods in de.grogra.task that return PartialTaskModifier and TypeMethodDescriptionfinal PartialTaskSolver.getCurrentPartialTask()Returns the partial task which is currently solved by this solver.protected abstract PartialTaskTask.nextPartialTask(int solverIndex) This method returns the next partial task for this task.Methods in de.grogra.task with parameters of type PartialTaskModifier and TypeMethodDescriptionprotected abstract voidTask.dispose(PartialTask task) This method is invoked when an active solver is removed or invokesTask.partialTaskDone(Solver)in order to tell this task that the partial task of the solver is no longer processed.protected abstract voidSolverInOwnThread.solveImpl(PartialTask task) This method has to be implemented to perform the actual work. -
Uses of PartialTask in de.grogra.util.concurrent
Classes in de.grogra.util.concurrent that implement PartialTaskModifier and TypeClassDescriptionclassA PTask is the same a de.grogra.rgg.ConcurrentTask, but in the scope of a PTaskManager.Methods in de.grogra.util.concurrent that return PartialTaskModifier and TypeMethodDescriptionprotected PartialTaskPTaskManager.nextPartialTask(int solverIndex) Methods in de.grogra.util.concurrent with parameters of type PartialTaskModifier and TypeMethodDescriptionprotected voidPTaskManager.dispose(PartialTask task) protected voidNonGraphLockedSolver.solveImpl(PartialTask task)