Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::ThreadDataStruct Struct Reference

#include <mitkThreadedToFRawDataReconstruction.h>

Collaboration diagram for mitk::ThreadDataStruct:

Public Attributes

std::vector< std::vector< short > > m_InputData
 
std::vector< float * > m_OutputData
 
unsigned int m_DataSize
 
unsigned int m_LineWidth
 
unsigned int m_FrameHeight
 
unsigned int m_ModulationFrequency
 
itk::Barrier::Pointer m_Barrier
 barrier to synchronize ends of threads More...
 
itk::FastMutexLock::Pointer m_ImageDataMutex
 mutex for coordinated access to image data More...
 
itk::FastMutexLock::Pointer m_ThreadDataMutex
 mutex to control access to images More...
 

Detailed Description

Definition at line 28 of file mitkThreadedToFRawDataReconstruction.h.

Member Data Documentation

◆ m_Barrier

itk::Barrier::Pointer mitk::ThreadDataStruct::m_Barrier

barrier to synchronize ends of threads

Definition at line 36 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_DataSize

unsigned int mitk::ThreadDataStruct::m_DataSize

Definition at line 32 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_FrameHeight

unsigned int mitk::ThreadDataStruct::m_FrameHeight

Definition at line 34 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_ImageDataMutex

itk::FastMutexLock::Pointer mitk::ThreadDataStruct::m_ImageDataMutex

mutex for coordinated access to image data

Definition at line 37 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_InputData

std::vector<std::vector<short> > mitk::ThreadDataStruct::m_InputData

Definition at line 30 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_LineWidth

unsigned int mitk::ThreadDataStruct::m_LineWidth

Definition at line 33 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_ModulationFrequency

unsigned int mitk::ThreadDataStruct::m_ModulationFrequency

Definition at line 35 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_OutputData

std::vector<float*> mitk::ThreadDataStruct::m_OutputData

Definition at line 31 of file mitkThreadedToFRawDataReconstruction.h.

◆ m_ThreadDataMutex

itk::FastMutexLock::Pointer mitk::ThreadDataStruct::m_ThreadDataMutex

mutex to control access to images

Definition at line 38 of file mitkThreadedToFRawDataReconstruction.h.


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