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
mitkToFImageSource.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 __mitkToFImageSource_h
17 #define __mitkToFImageSource_h
18 
19 #include <MitkToFHardwareExports.h>
20 #include <mitkImageSource.h>
21 #include <itkObject.h>
22 #include <itkObjectFactory.h>
23 
24 //MicroServices
25 #include <usServiceInterface.h>
26 #include <usServiceRegistration.h>
27 
28 namespace mitk
29 {
39  class MITKTOFHARDWARE_EXPORT ToFImageSource : public mitk::ImageSource
40  {
41  public:
42 
44 
45  itkFactorylessNewMacro(Self)
46  itkCloneMacro(Self)
47 
48  protected:
49 
51 
52  ~ToFImageSource();
53 
55  private:
56 
57  };
58 } //END mitk namespace
59 
64 US_DECLARE_SERVICE_INTERFACE(mitk::ToFImageSource, "org.mitk.services.ToFImageSource")
65 #endif
Superclass of all classes generating Images (instances of class Image) as output. ...
us::ServiceRegistration< Self > m_ServiceRegistration
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Image source providing ToF images. Interface for filters provided in ToFProcessing module...
#define US_DECLARE_SERVICE_INTERFACE(_service_interface_type, _service_interface_id)
Declare a service interface id.