Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::ImageAccessorWaitLock Struct Reference

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

#include <mitkImageAccessorBase.h>

Collaboration diagram for mitk::ImageAccessorWaitLock:

Public Attributes

unsigned int m_WaiterCount
 Holds the number of ImageAccessors, which are waiting until the represented ImageAccessor is released. More...
 
std::mutex 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

std::mutex mitk::ImageAccessorWaitLock::m_Mutex

A mutex that allows other ImageAccessors to wait for the represented ImageAccessor.

Definition at line 40 of file mitkImageAccessorBase.h.

◆ m_WaiterCount

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


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