MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkToFCameraPMDCamCubeDevice.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 mitkToFCameraPMDCamCubeDevice_h
13#define mitkToFCameraPMDCamCubeDevice_h
14
15#include <MitkPMDExports.h>
16#include "mitkCommon.h"
17#include "mitkToFCameraDevice.h"
20
21#include "itkObject.h"
22#include "itkObjectFactory.h"
23#include "itkMultiThreader.h"
24#include "itkFastMutexLock.h"
25
26
27namespace mitk
28{
35 class MITKPMD_EXPORT ToFCameraPMDCamCubeDevice : public ToFCameraPMDDevice
36 {
37 public:
38
40
42
44
45 virtual void SetProperty( const char *propertyKey, BaseProperty* propertyValue );
46
47 protected:
48
50
52
53 private:
54
55 };
56} //END mitk namespace
57#endif
Device class representing a PMD CamCube camera.
mitkClassMacro(ToFCameraPMDCamCubeDevice, ToFCameraPMDDevice)
Interface for all representations of PMD ToF devices. ToFCameraPMDDevice internally holds an instance...
IGT Exceptions.