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
mitkToFCameraMESASR4000Controller.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 __mitkToFCameraMESASR4000Controller_h
17 #define __mitkToFCameraMESASR4000Controller_h
18 
19 #include <MitkMESASR4000ModuleExports.h>
20 #include "mitkCommon.h"
22 
23 #include "itkObject.h"
24 #include "itkObjectFactory.h"
25 
26 namespace mitk
27 {
34  class MITKMESASR4000_EXPORT ToFCameraMESASR4000Controller : public mitk::ToFCameraMESAController
35  {
36  public:
37 
39 
40  itkFactorylessNewMacro(Self)
41  itkCloneMacro(Self)
42 
43 
47  virtual bool OpenCameraConnection();
52  virtual int GetModulationFrequency();
60  virtual int SetModulationFrequency(unsigned int modulationFrequency);
65  virtual int GetIntegrationTime();
73  virtual int SetIntegrationTime(unsigned int integrationTime);
79  virtual void SetFPN( bool fpn );
85  virtual void SetConvGray( bool convGray );
91  virtual void SetMedian( bool median );
97  virtual void SetANF( bool anf );
98 
99  protected:
100 
102 
104 
105  private:
106 
107  float *m_Lambda;
108 
109  float *m_Frequency;
110 
111  };
112 } //END mitk namespace
113 #endif
Interface to the Time-of-Flight (ToF) camera MESA Swissranger 4000.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Virtual interface and base class for all MESA Time-of-Flight devices. Wraps MESA API provided in libr...