MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
mitkToFImageSource.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 mitkToFImageSource_h
13#define mitkToFImageSource_h
14
15#include <MitkToFHardwareExports.h>
16#include <mitkImageSource.h>
17#include <itkObject.h>
18#include <itkObjectFactory.h>
19
20//MicroServices
21#include <usServiceInterface.h>
22#include <usServiceRegistration.h>
23
24namespace mitk
25{
35 class MITKTOFHARDWARE_EXPORT ToFImageSource : public mitk::ImageSource
36 {
37 public:
38
40
42
44
45 protected:
46
48
49 ~ToFImageSource() override;
50
51 us::ServiceRegistration<Self> m_ServiceRegistration;
52 private:
53
54 };
55} //END mitk namespace
56
61US_DECLARE_SERVICE_INTERFACE(mitk::ToFImageSource, "org.mitk.services.ToFImageSource")
62#endif
Image source providing ToF images. Interface for filters provided in ToFProcessing module.
mitkClassMacro(ToFImageSource, ImageSource)
us::ServiceRegistration< Self > m_ServiceRegistration
IGT Exceptions.