Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkIGTLTransformDeviceSource.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 
17 #ifndef IGTLTRANSFORMDEVICESOURCE_H_HEADER_INCLUDED_
18 #define IGTLTRANSFORMDEVICESOURCE_H_HEADER_INCLUDED_
19 
20 #include "mitkIGTLDeviceSource.h"
21 
22 namespace mitk {
33  class MITKOPENIGTLINK_EXPORT IGTLTransformDeviceSource : public IGTLDeviceSource
34  {
35  public:
37  itkFactorylessNewMacro(Self)
38  itkCloneMacro(Self)
39 
40  protected:
42  virtual ~IGTLTransformDeviceSource();
43 
52  virtual void GenerateData() override;
53  };
54 } // namespace mitk
55 #endif /* MITKIGTLDeviceSource_H_HEADER_INCLUDED_ */
Connects a mitk::IGTLDevice to a MITK-OpenIGTLink-Message-Filter-Pipeline.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Connects a mitk::IGTLDevice to a MITK-OpenIGTLink-Message-Filter-Pipeline.