| 
    Medical Imaging Interaction Toolkit
    2025.08.00
    
   Medical Imaging Interaction Toolkit 
   | 
 
Go to the source code of this file.
Functions | |
| void MITKSEGMENTATIONUI_EXPORT | QmitkSaveMultiLabelPreset (const mitk::MultiLabelSegmentation *segmentation) | 
| Helper function to save the label information of a passed segmentation as preset.  More... | |
| void MITKSEGMENTATIONUI_EXPORT | QmitkLoadMultiLabelPreset (const std::vector< mitk::MultiLabelSegmentation::Pointer > &segmentations) | 
| Helper function to loads a label preset and imposes it on all passed segmentations.  More... | |
| void MITKSEGMENTATIONUI_EXPORT QmitkLoadMultiLabelPreset | ( | const std::vector< mitk::MultiLabelSegmentation::Pointer > & | segmentations | ) | 
Helper function to loads a label preset and imposes it on all passed segmentations.
Helper function triggers a file dialog to specify the location where to load the preset.
| segmentations | vector of pointers to the segmentations that should be modified according to the preset. Invalid segmentations (nullptr) will be ignored. | 
| void MITKSEGMENTATIONUI_EXPORT QmitkSaveMultiLabelPreset | ( | const mitk::MultiLabelSegmentation * | segmentation | ) | 
Helper function to save the label information of a passed segmentation as preset.
Helper function triggers a file dialog to specify the location where to store the preset.
| segmentation | pointer to the segmentation that serves as template for the preset. |