Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitk::ImageAccessorWaitLock Struct Reference

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...
 

Detailed Description

This struct allows to make ImageAccessors wait for this particular ImageAccessor object.

Definition at line 34 of file mitkImageAccessorBase.h.

Member Data Documentation

◆ m_Mutex

itk::SimpleFastMutexLock mitk::ImageAccessorWaitLock::m_Mutex

◆ m_WaiterCount

unsigned int mitk::ImageAccessorWaitLock::m_WaiterCount

The documentation for this struct was generated from the following file: