Medical Imaging Interaction Toolkit
2021.02.99-b9f34b51
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 34 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 40 of file mitkImageAccessorBase.h.
unsigned int mitk::ImageAccessorWaitLock::m_WaiterCount |
Holds the number of ImageAccessors, which are waiting until the represented ImageAccessor is released.
Definition at line 37 of file mitkImageAccessorBase.h.
Referenced by mitk::ImageAccessorBase::Increment().