public interface MultiThreaded
Modifier and Type | Method and Description |
---|---|
int |
getNumThreads()
The number of threads used by the algorithm
|
void |
setNumThreads()
Sets the number of threads to the amount of processors available
|
void |
setNumThreads(int numThreads)
Sets the number of threads
|
void setNumThreads()
void setNumThreads(int numThreads)
numThreads
- - number of threads to useint getNumThreads()
Copyright © 2015–2022 ImgLib2. All rights reserved.