Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
mitkIGTL3DImageDeviceSource.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 (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkIGTL3DImageDeviceSource_h
14 #define mitkIGTL3DImageDeviceSource_h
15 
16 #include "mitkIGTLDeviceSource.h"
17 
18 namespace mitk {
29  class MITKOPENIGTLINK_EXPORT IGTL3DImageDeviceSource : public IGTLDeviceSource
30  {
31  public:
33  itkFactorylessNewMacro(Self);
34  itkCloneMacro(Self);
35 
36  protected:
38  ~IGTL3DImageDeviceSource() override;
39 
48  void GenerateData() override;
49  };
50 } // namespace mitk
51 #endif
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::IGTL3DImageDeviceSource
Connects a mitk::IGTLDevice to a MITK-OpenIGTLink-Message-Filter-Pipeline.
Definition: mitkIGTL3DImageDeviceSource.h:29
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
mitk::IGTLDeviceSource
Connects a mitk::IGTLDevice to a MITK-OpenIGTLink-Message-Filter-Pipeline.
Definition: mitkIGTLDeviceSource.h:30
mitkIGTLDeviceSource.h