|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.algorithms.optimize.fmg.parallel.Parallelizer
edu.jhu.cs.cisst.algorithms.optimize.fmg.solver.SolveThroughSmootherParallelizer
public final class SolveThroughSmootherParallelizer
A helper class of class SolverThroughSmoother that helps parallelizing method SolverThroughSmoother.solve().
| Constructor Summary | |
|---|---|
SolveThroughSmootherParallelizer(SolverThroughSmoother solver,
ConstBoundaryGrid gOld,
ConstBoundaryGrid gNew)
construct. |
|
| Method Summary | |
|---|---|
void |
runParallel(int myNum,
int totalNum)
re-route. |
| Methods inherited from class edu.jhu.cs.cisst.algorithms.optimize.fmg.parallel.Parallelizer |
|---|
finished, partition, setDefaultNumberOfThreads, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolveThroughSmootherParallelizer(SolverThroughSmoother solver,
ConstBoundaryGrid gOld,
ConstBoundaryGrid gNew)
solver - the solvergOld - the g oldgNew - the g new| Method Detail |
|---|
public void runParallel(int myNum,
int totalNum)
runParallel in interface ParallelizablerunParallel in class ParallelizermyNum - the my numtotalNum - the total num
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||