Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
This struct allows to make ImageAccessors wait for this particular ImageAccessor object. More...
#include <mitkImageAccessorBase.h>
Public Attributes | |
unsigned int | m_WaiterCount |
Holds the number of ImageAccessors, which are waiting until the represented ImageAccessor is released. More... | |
itk::SimpleFastMutexLock | m_Mutex |
A mutex that allows other ImageAccessors to wait for the represented ImageAccessor. More... | |
This struct allows to make ImageAccessors wait for this particular ImageAccessor object.
Definition at line 38 of file mitkImageAccessorBase.h.
itk::SimpleFastMutexLock mitk::ImageAccessorWaitLock::m_Mutex |
A mutex that allows other ImageAccessors to wait for the represented ImageAccessor.
Definition at line 44 of file mitkImageAccessorBase.h.
Referenced by mitk::ImageAccessorBase::WaitForReleaseOf().
unsigned int mitk::ImageAccessorWaitLock::m_WaiterCount |
Holds the number of ImageAccessors, which are waiting until the represented ImageAccessor is released.
Definition at line 41 of file mitkImageAccessorBase.h.
Referenced by mitk::ImageAccessorBase::ImageAccessorBase(), mitk::ImageAccessorBase::Increment(), and mitk::ImageAccessorBase::WaitForReleaseOf().