CASToR
2.0
Tomographic Reconstruction (PET/SPECT/CT)
|
Implementation of class oIterativeAlgorithm. More...
Go to the source code of this file.
Variables | |
bool | m_releaseThreads = false |
int | m_nbThreadsWaiting = 0 |
Implementation of class oIterativeAlgorithm.
Definition in file oIterativeAlgorithm.cc.
int m_nbThreadsWaiting = 0 |
Number of theads currently waiting in a lock (dedicated to OMP multithreading management)
Definition at line 36 of file oIterativeAlgorithm.cc.
bool m_releaseThreads = false |
Boolean indicating that all threads can be released from a lock (dedicated to OMP multithreading management)
Definition at line 35 of file oIterativeAlgorithm.cc.