Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkPointSetToPointSetFilter.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 mitkPointSetToPointSetFilter_h
14 #define mitkPointSetToPointSetFilter_h
15 
16 #include "mitkPointSetSource.h"
17 #include <MitkCoreExports.h>
18 
19 namespace mitk
20 {
27  {
28  public:
30 
31  itkFactorylessNewMacro(Self);
32 
33  itkCloneMacro(Self);
34 
36 
38 
39  typedef InputType::Pointer InputTypePointer;
40 
41  typedef InputType::ConstPointer InputTypeConstPointer;
42 
43  using itk::ProcessObject::SetInput;
48  virtual void SetInput(const InputType *input);
49 
55  virtual void SetInput(const unsigned int &idx, const InputType *input);
56 
60  const InputType *GetInput(void);
61 
66  const InputType *GetInput(const unsigned int &idx);
67 
68  protected:
73 
78 
79  private:
80  void operator=(const Self &); // purposely not implemented
81  };
82 
83 } // end of namespace mitk
84 
85 #endif
#define MITKCORE_EXPORT
Superclass of all classes generating point sets (instances of class mitk::PointSet) as output.
Superclass of all classes/algorithms having one or more PointSets as input and output.
virtual void SetInput(const InputType *input)
virtual void SetInput(const unsigned int &idx, const InputType *input)
const InputType * GetInput(const unsigned int &idx)
mitkClassMacro(PointSetToPointSetFilter, PointSetSource)
const InputType * GetInput(void)
Data structure which stores a set of points.
Definition: mitkPointSet.h:72
Find image slices visible on a given plane.