Medical Imaging Interaction Toolkit  2016.11.0
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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef IMAGETOPLANARFIGUREFILTER_H_HEADER_INCLUDED_C1E5E869
18 #define IMAGETOPLANARFIGUREFILTER_H_HEADER_INCLUDED_C1E5E869
19 
20 #include "mitkCommon.h"
21 #include "mitkImage.h"
22 #include "mitkPlanarFigureSource.h"
23 
24 namespace mitk
25 {
26  //##Documentation
27  //## @brief Superclass of all classes having one or more Images as input and
28  //## generating PlanarFigures as output
29  //## @ingroup MitkPlanarFigureModule
31  {
32  public:
34  // itkFactorylessNewMacro(Self)
35  // itkCloneMacro(Self)
36 
42 
44  using Superclass::SetInput;
45  virtual void SetInput(const InputImageType *image);
46  virtual void SetInput(unsigned int, const InputImageType *image);
47  const InputImageType *GetInput(void);
48  const InputImageType *GetInput(unsigned int idx);
49 
50  protected:
53 
54  virtual void PrintSelf(std::ostream &os, itk::Indent indent) const override;
55 
70  virtual void GenerateInputRequestedRegion() override;
71 
72  private:
73  void operator=(const Self &); // purposely not implemented
74  };
75 
76 } // namespace mitk
77 
78 #endif /* IMAGETOPLANARFIGUREFILTER_H_HEADER_INCLUDED_C1E5E869 */
InputImageType::ConstPointer InputImageConstPointer
Superclass of all classes having one or more Images as input and generating PlanarFigures as output...
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
Base class for all filters which have an object of type mitk::PlanarFigure as output.
itk::ImageRegion< RegionDimension > RegionType
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Image class for storing images.
Definition: mitkImage.h:76
#define MITKPLANARFIGURE_EXPORT