MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkToFCameraPMDRawDataCamCubeDevice.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 mitkToFCameraPMDRawDataCamCubeDevice_h
13#define mitkToFCameraPMDRawDataCamCubeDevice_h
14
15#include <MitkPMDExports.h>
16#include "mitkCommon.h"
17#include "mitkToFCameraDevice.h"
19
20namespace mitk
21{
29 {
30 public:
31
33
35
37
38 virtual void SetProperty( const char *propertyKey, BaseProperty* propertyValue );
39
40 virtual void GetChannelSourceData(short* sourceData, vtkShortArray* vtkChannelArray );
41
42
43 protected:
44
46
48 private:
49
50 };
51} //END mitk namespace
52#endif
Device class representing a PMD CamCube camera.
mitkClassMacro(ToFCameraPMDRawDataCamCubeDevice, ToFCameraPMDRawDataDevice)
Interface for all representations of PMD ToF devices. ToFCameraPMDDevice internally holds an instance...
IGT Exceptions.