CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
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 22 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 21 of file oIterativeAlgorithm.cc.