Medical Imaging Interaction Toolkit  2016.11.0
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 32 of file mitkThreadedToFRawDataReconstruction.h.

Member Data Documentation

itk::Barrier::Pointer mitk::ThreadDataStruct::m_Barrier
unsigned int mitk::ThreadDataStruct::m_DataSize
itk::FastMutexLock::Pointer mitk::ThreadDataStruct::m_ThreadDataMutex

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