Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkImageSliceSelectionFilter.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 MITK_IMAGE_SLICE_SELECTION_FILTER
14 #define MITK_IMAGE_SLICE_SELECTION_FILTER
15 
16 #include "mitkImageToImageFilter.h"
17 
18 namespace mitk {
24  {
25  public:
27 
28  itkFactorylessNewMacro(Self);
29  itkCloneMacro(Self);
30 
31  protected:
33 
34  ~ImageSliceSelectionFilter() override;
35 
36  void GenerateData() override;
37  };
38 } // namespace mitk
39 
40 #endif //MITK_IMAGE_SLICE_SELECTION_FILTER
mitkClassMacro(ImageSliceSelectionFilter, ImageToImageFilter)
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
Superclass of all classes having one or more Images as input and generating Images as output...
Class implementing an mitk::ImageToImageFilter for casting any mitk image to a float image...