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

Implementation of class oIterativeAlgorithm. More...

#include "gVariables.hh"
#include "oIterativeAlgorithm.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 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.