Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkImageToPlanarFigureFilter.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 mitkImageToPlanarFigureFilter_h
14 #define mitkImageToPlanarFigureFilter_h
15 
16 #include "mitkCommon.h"
17 #include "mitkImage.h"
18 #include "mitkPlanarFigureSource.h"
19 
20 namespace mitk
21 {
22  //##Documentation
23  //## @brief Superclass of all classes having one or more Images as input and
24  //## generating PlanarFigures as output
25  //## @ingroup MitkPlanarFigureModule
27  {
28  public:
30  // itkFactorylessNewMacro(Self)
31  // itkCloneMacro(Self)
32 
38 
40  using Superclass::SetInput;
41  virtual void SetInput(const InputImageType *image);
42  virtual void SetInput(unsigned int, const InputImageType *image);
43  const InputImageType *GetInput(void);
44  const InputImageType *GetInput(unsigned int idx);
45 
46  protected:
49 
50  void PrintSelf(std::ostream &os, itk::Indent indent) const override;
51 
67 
68  private:
69  void operator=(const Self &); // purposely not implemented
70  };
71 
72 } // namespace mitk
73 
74 #endif
#define MITKPLANARFIGURE_EXPORT
Superclass of all classes having one or more Images as input and generating PlanarFigures as output.
const InputImageType * GetInput(void)
InputImageType::ConstPointer InputImageConstPointer
const InputImageType * GetInput(unsigned int idx)
virtual void SetInput(const InputImageType *image)
mitkClassMacro(ImageToPlanarFigureFilter, PlanarFigureSource)
void PrintSelf(std::ostream &os, itk::Indent indent) const override
void GenerateInputRequestedRegion() override
virtual void SetInput(unsigned int, const InputImageType *image)
Image class for storing images.
Definition: mitkImage.h:70
Base class for all filters which have an object of type mitk::PlanarFigure as output.
itk::ImageRegion< RegionDimension > RegionType
Find image slices visible on a given plane.