Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkSurfaceSource.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 mitkSurfaceSource_h
14 #define mitkSurfaceSource_h
15 
16 #include "mitkBaseDataSource.h"
17 
18 namespace mitk
19 {
20  class Surface;
21 
34  {
35  public:
37  itkFactorylessNewMacro(Self);
38  itkCloneMacro(Self);
39 
41 
43 
50  itk::DataObject::Pointer
51  MakeOutput(DataObjectPointerArraySizeType idx) override;
52 
59  itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override;
60 
61  protected:
63 
64  ~SurfaceSource() override;
65  };
66 
67 } // namespace mitk
68 
69 #endif
#define MITKCORE_EXPORT
Superclass of all classes generating some kind of mitk::BaseData.
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
Superclass of all classes generating surfaces (instances of class Surface) as output.
itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override
~SurfaceSource() override
mitkClassMacro(SurfaceSource, BaseDataSource)
itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
Class for storing surfaces (vtkPolyData).
Definition: mitkSurface.h:29
#define mitkBaseDataSourceGetOutputDeclarations
Find image slices visible on a given plane.