Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkGeometryDataSource.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 mitkGeometryDataSource_h
14 #define mitkGeometryDataSource_h
15 
17 #include "mitkBaseDataSource.h"
18 
19 namespace mitk
20 {
21  class GeometryData;
22 
35  {
36  public:
38  itkNewMacro(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  ~GeometryDataSource() override;
64  };
65 
66 } // namespace mitk
67 
68 #endif
#define MITKALGORITHMSEXT_EXPORT
Superclass of all classes generating some kind of mitk::BaseData.
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
Superclass of all classes generating GeometryData (instances of class GeometryData) as output.
mitkBaseDataSourceGetOutputDeclarations itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override
mitkClassMacro(GeometryDataSource, BaseDataSource)
~GeometryDataSource() override
Data class only having a BaseGeometry but not containing any specific data.
#define mitkBaseDataSourceGetOutputDeclarations
Find image slices visible on a given plane.