Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
mitkBooleanOperation.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 mitkBooleanOperation_h
14 #define mitkBooleanOperation_h
15 
17 #include <mitkLabelSetImage.h>
18 
19 namespace mitk
20 {
25  namespace BooleanOperation
26  {
27 
29  std::function<void(float progress)> progressCallback = [](float) {});
31  std::function<void(float progress)> progressCallback = [](float) {});
33  const LabelSetImage::LabelValueVectorType subtrahendLabelValues, std::function<void(float progress)> progressCallback = [](float) {});
34 
35  };
36 }
37 
38 #endif
itk::SmartPointer< Self >
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::BooleanOperation::GenerateIntersection
Image::Pointer MITKSEGMENTATION_EXPORT GenerateIntersection(const LabelSetImage *, LabelSetImage::LabelValueVectorType labelValues, std::function< void(float progress)> progressCallback=[](float) {})
MITKSEGMENTATION_EXPORT
#define MITKSEGMENTATION_EXPORT
Definition: MitkSegmentationExports.h:15
MitkSegmentationExports.h
mitk::BooleanOperation::GenerateUnion
Image::Pointer MITKSEGMENTATION_EXPORT GenerateUnion(const LabelSetImage *, LabelSetImage::LabelValueVectorType labelValues, std::function< void(float progress)> progressCallback=[](float) {})
mitk::LabelSetImage::LabelValueVectorType
std::vector< LabelValueType > LabelValueVectorType
Definition: mitkLabelSetImage.h:78
mitk::LabelSetImage
LabelSetImage class for handling labels and layers in a segmentation session.
Definition: mitkLabelSetImage.h:43
mitk::BooleanOperation::GenerateDifference
Image::Pointer MITKSEGMENTATION_EXPORT GenerateDifference(const LabelSetImage *, LabelSetImage::LabelValueType minuendLabelValue, const LabelSetImage::LabelValueVectorType subtrahendLabelValues, std::function< void(float progress)> progressCallback=[](float) {})
mitk::LabelSetImage::LabelValueType
mitk::Label::PixelType LabelValueType
Definition: mitkLabelSetImage.h:75
mitkLabelSetImage.h