Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkThreadedToFRawDataReconstruction.h>
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... | |
Definition at line 32 of file mitkThreadedToFRawDataReconstruction.h.
itk::Barrier::Pointer mitk::ThreadDataStruct::m_Barrier |
barrier to synchronize ends of threads
Definition at line 40 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData(), and mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction().
unsigned int mitk::ThreadDataStruct::m_DataSize |
Definition at line 36 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData().
unsigned int mitk::ThreadDataStruct::m_FrameHeight |
Definition at line 38 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData(), and mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction().
itk::FastMutexLock::Pointer mitk::ThreadDataStruct::m_ImageDataMutex |
mutex for coordinated access to image data
Definition at line 41 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData(), mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction(), and mitk::ThreadedToFRawDataReconstruction::ThreadedToFRawDataReconstruction().
std::vector<std::vector<short> > mitk::ThreadDataStruct::m_InputData |
Definition at line 34 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData(), and mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction().
unsigned int mitk::ThreadDataStruct::m_LineWidth |
Definition at line 37 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::BeforeThreadedGenerateData(), and mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction().
unsigned int mitk::ThreadDataStruct::m_ModulationFrequency |
std::vector<float*> mitk::ThreadDataStruct::m_OutputData |
itk::FastMutexLock::Pointer mitk::ThreadDataStruct::m_ThreadDataMutex |
mutex to control access to images
Definition at line 42 of file mitkThreadedToFRawDataReconstruction.h.
Referenced by mitk::ThreadedToFRawDataReconstruction::ThreadedGenerateDataCallbackFunction(), and mitk::ThreadedToFRawDataReconstruction::ThreadedToFRawDataReconstruction().