CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
oIterativeAlgorithm.cc File Reference

Implementation of class oIterativeAlgorithm. More...

#include "gVariables.hh"
#include "oIterativeAlgorithm.hh"
#include "iEventHistoCT.hh"

Go to the source code of this file.

Variables

bool m_releaseThreads = false
 
int m_nbThreadsWaiting = 0
 

Detailed Description

Implementation of class oIterativeAlgorithm.

Definition in file oIterativeAlgorithm.cc.

Variable Documentation

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.