MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkToFCameraPMDO3Device.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 mitkToFCameraPMDO3Device_h
13#define mitkToFCameraPMDO3Device_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 ToFCameraPMDO3Device : public ToFCameraPMDDevice
35 {
36 public:
37
39
41
43
44 protected:
45
47
49
50 private:
51
52 };
53} //END mitk namespace
54#endif
Interface for all representations of PMD ToF devices. ToFCameraPMDDevice internally holds an instance...
Device class representing a PMD O3 camera.
mitkClassMacro(ToFCameraPMDO3Device, ToFCameraPMDDevice)
IGT Exceptions.