Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkToFCameraPMDPlayerDevice.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 #ifndef __mitkToFCameraPMDPlayerDevice_h
17 #define __mitkToFCameraPMDPlayerDevice_h
18 
19 #include <MitkPMDExports.h>
20 #include "mitkCommon.h"
21 #include "mitkToFCameraDevice.h"
22 #include "mitkToFCameraPMDDevice.h"
23 
24 #include "itkObject.h"
25 #include "itkObjectFactory.h"
26 #include "itkMultiThreader.h"
27 #include "itkFastMutexLock.h"
28 
29 
30 namespace mitk
31 {
38  class MITKPMD_EXPORT ToFCameraPMDPlayerDevice : public ToFCameraPMDDevice
39  {
40  public:
41 
43 
44  itkFactorylessNewMacro(Self)
45  itkCloneMacro(Self)
46 
47 
48 
51  virtual void SetProperty(const char* propertyKey, BaseProperty* propertyValue);
52 
53  protected:
54 
56 
58  std::string m_InputFileName;
59 
60  private:
61 
62  };
63 } //END mitk namespace
64 #endif
Device class representing a player for PMD data.
DataCollection - Class to facilitate loading/accessing structured data.
std::string m_InputFileName
input file name for data stored in an .pmd file
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Interface for all representations of PMD ToF devices. ToFCameraPMDDevice internally holds an instance...