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
mitkBoundingObjectToSegmentationFilter.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 MITKBOUNDINGOBJECTTOSEGMENTATIONFILTER_H
17 #define MITKBOUNDINGOBJECTTOSEGMENTATIONFILTER_H
18 
20 #include <mitkImageToImageFilter.h>
21 
23 
24 namespace mitk
25 {
27  {
28  public:
30  itkFactorylessNewMacro(Self) itkCloneMacro(Self)
31 
32  void SetBoundingObject(mitk::BoundingObject::Pointer boundingObject);
33 
34  protected:
37 
38  virtual void GenerateData() override;
39 
41 
42  }; // class
43 } // namespace
44 #endif
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKALGORITHMSEXT_EXPORT
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Superclass of all classes having one or more Images as input and generating Images as output...