Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
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 (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 #ifndef mitkBoundingObjectToSegmentationFilter_h
13 #define mitkBoundingObjectToSegmentationFilter_h
14 
16 #include <mitkImageToImageFilter.h>
17 
19 
20 namespace mitk
21 {
23  {
24  public:
26  itkFactorylessNewMacro(Self);
27  itkCloneMacro(Self);
28 
29  void SetBoundingObject(mitk::BoundingObject::Pointer boundingObject);
30 
31  protected:
34 
35  void GenerateData() override;
36 
37  mitk::BoundingObjectGroup::Pointer m_boundingObjectGroup;
38 
39  }; // class
40 } // namespace
41 #endif
#define MITKALGORITHMSEXT_EXPORT
void SetBoundingObject(mitk::BoundingObject::Pointer boundingObject)
mitkClassMacro(BoundingObjectToSegmentationFilter, ImageToImageFilter)
Superclass of all classes generating Images (instances of class Image) as output.
Superclass of all classes having one or more Images as input and generating Images as output.
Find image slices visible on a given plane.