Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkConvert2Dto3DImageFilter.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 #ifndef __mitkConvert2Dto3DImageFilter_h
17 #define __mitkConvert2Dto3DImageFilter_h
18 
19 // MITK
20 #include "mitkImageToImageFilter.h"
21 #include <itkImage.h>
22 #include <mitkImage.h>
23 
24 namespace mitk
25 {
38  {
39  public:
41  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
42 
43  protected :
51  ~Convert2Dto3DImageFilter();
56  virtual void GenerateData() override;
57 
61  template <typename TPixel, unsigned int VImageDimension>
62  void ItkConvert2DTo3D(const itk::Image<TPixel, VImageDimension> *itkImage, mitk::Image::Pointer &mitkImage);
63  };
64 } // END mitk namespace
65 #endif
#define MITKCORE_EXPORT
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
Image Filter to convert 2D MITK images to 3D MITK images.
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Image class for storing images.
Definition: mitkImage.h:76
Superclass of all classes having one or more Images as input and generating Images as output...