Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkBooleanOperation.h File Reference

Go to the source code of this file.

Namespaces

 mitk
 Find image slices visible on a given plane.
 
 mitk::BooleanOperation
 Executes a boolean operation on two different segmentations. All parameters of the boolean operations must be specified during construction. The actual operation is executed when calling GetResult().
 

Functions

Image::Pointer MITKSEGMENTATION_EXPORT mitk::BooleanOperation::GenerateUnion (const LabelSetImage *, LabelSetImage::LabelValueVectorType labelValues, std::function< void(float progress)> progressCallback=[](float) {})
 
Image::Pointer MITKSEGMENTATION_EXPORT mitk::BooleanOperation::GenerateIntersection (const LabelSetImage *, LabelSetImage::LabelValueVectorType labelValues, std::function< void(float progress)> progressCallback=[](float) {})
 
Image::Pointer MITKSEGMENTATION_EXPORT mitk::BooleanOperation::GenerateDifference (const LabelSetImage *, LabelSetImage::LabelValueType minuendLabelValue, const LabelSetImage::LabelValueVectorType subtrahendLabelValues, std::function< void(float progress)> progressCallback=[](float) {})