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
mitkToFCameraMESASR4000Device.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 __mitkToFCameraMESASR4000Device_h
17 #define __mitkToFCameraMESASR4000Device_h
18 
19 #include <MitkMESASR4000ModuleExports.h>
20 #include "mitkCommon.h"
21 #include "mitkToFCameraDevice.h"
24 
25 #include "itkObject.h"
26 #include "itkObjectFactory.h"
27 #include "itkMultiThreader.h"
28 #include "itkFastMutexLock.h"
29 
30 
31 namespace mitk
32 {
38  class MITKMESASR4000_EXPORT ToFCameraMESASR4000Device : public ToFCameraMESADevice
39  {
40  public:
41 
43 
44  itkFactorylessNewMacro(Self)
45  itkCloneMacro(Self)
46 
47 
50  virtual void SetProperty( const char *propertyKey, BaseProperty* propertyValue );
58  void SetRegionOfInterest( unsigned int leftUpperCornerX, unsigned int leftUpperCornerY, unsigned int width, unsigned int height );
59 
60  protected:
61 
63 
65 
66 
67  private:
68 
69  };
70 } //END mitk namespace
71 #endif
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
Device class representing a MESA CamBoard camera.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Interface for all representations of MESA ToF devices. ToFCameraMESADevice internally holds an instan...