MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkToFCameraPMDPlayerDevice.h
Go to the documentation of this file.
1/*============================================================================
2
3The Medical Imaging Interaction Toolkit (MITK)
4
5Copyright (c) German Cancer Research Center (DKFZ)
6All rights reserved.
7
8Use of this source code is governed by a 3-clause BSD license that can be
9found in the LICENSE file.
10
11============================================================================*/
12#ifndef mitkToFCameraPMDPlayerDevice_h
13#define mitkToFCameraPMDPlayerDevice_h
14
15#include <MitkPMDExports.h>
16#include "mitkCommon.h"
17#include "mitkToFCameraDevice.h"
19
20#include "itkObject.h"
21#include "itkObjectFactory.h"
22#include "itkMultiThreader.h"
23#include "itkFastMutexLock.h"
24
25
26namespace mitk
27{
34 class MITKPMD_EXPORT ToFCameraPMDPlayerDevice : public ToFCameraPMDDevice
35 {
36 public:
37
39
41
43
47 virtual void SetProperty(const char* propertyKey, BaseProperty* propertyValue);
48
49 protected:
50
52
54 std::string m_InputFileName;
55
56 private:
57
58 };
59} //END mitk namespace
60#endif
Interface for all representations of PMD ToF devices. ToFCameraPMDDevice internally holds an instance...
Device class representing a player for PMD data.
mitkClassMacro(ToFCameraPMDPlayerDevice, ToFCameraPMDDevice)
std::string m_InputFileName
input file name for data stored in an .pmd file
IGT Exceptions.