Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkToFCameraPMDRawDataCamCubeDevice.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 __mitkToFCameraPMDRawDataCamCubeDevice_h
17 #define __mitkToFCameraPMDRawDataCamCubeDevice_h
18 
19 #include <MitkPMDExports.h>
20 #include "mitkCommon.h"
21 #include "mitkToFCameraDevice.h"
23 
24 namespace mitk
25 {
33  {
34  public:
35 
37 
38  itkFactorylessNewMacro(Self)
39  itkCloneMacro(Self)
40 
41  virtual void SetProperty( const char *propertyKey, BaseProperty* propertyValue );
42 
43  virtual void GetChannelSourceData(short* sourceData, vtkShortArray* vtkChannelArray );
44 
45 
46  protected:
47 
49 
51  private:
52 
53  };
54 } //END mitk namespace
55 #endif
Device class representing a PMD CamCube camera.
DataCollection - Class to facilitate loading/accessing structured data.
Interface for all representations of PMD ToF devices. ToFCameraPMDDevice internally holds an instance...
Abstract base class for properties.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44