Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkPointSetSource.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 mitkPointSetSource_h
14 #define mitkPointSetSource_h
15 
16 #include "mitkBaseDataSource.h"
17 #include "mitkPointSet.h"
18 
19 namespace mitk
20 {
32  {
33  public:
35  itkFactorylessNewMacro(Self);
36  itkCloneMacro(Self);
37 
39 
40  typedef OutputType::Pointer OutputTypePointer;
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  ~PointSetSource() override;
65  };
66 }
67 #endif
#define MITKCORE_EXPORT
Superclass of all classes generating some kind of mitk::BaseData.
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
Superclass of all classes generating point sets (instances of class mitk::PointSet) as output.
~PointSetSource() override
mitkClassMacro(PointSetSource, BaseDataSource)
itk::DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
itk::DataObject::Pointer MakeOutput(const DataObjectIdentifierType &name) override
OutputType::Pointer OutputTypePointer
Data structure which stores a set of points.
Definition: mitkPointSet.h:72
#define mitkBaseDataSourceGetOutputDeclarations
Find image slices visible on a given plane.