Medical Imaging Interaction Toolkit  2023.12.99-f298153c
Medical Imaging Interaction Toolkit
QmitkMultiLabelPresetHelper.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 QmitkMultiLabelPresetHelper_h
14 #define QmitkMultiLabelPresetHelper_h
15 
16 #include <mitkLabelSetImage.h>
17 
19 
27 
34 void MITKSEGMENTATIONUI_EXPORT QmitkLoadMultiLabelPreset(const std::vector<mitk::LabelSetImage::Pointer>& segmentations);
35 
36 #endif
MITKSEGMENTATIONUI_EXPORT
#define MITKSEGMENTATIONUI_EXPORT
Definition: MitkSegmentationUIExports.h:15
QmitkLoadMultiLabelPreset
void MITKSEGMENTATIONUI_EXPORT QmitkLoadMultiLabelPreset(const std::vector< mitk::LabelSetImage::Pointer > &segmentations)
Helper function to loads a label preset and imposes it on all passed segmentations.
QmitkSaveMultiLabelPreset
void MITKSEGMENTATIONUI_EXPORT QmitkSaveMultiLabelPreset(const mitk::LabelSetImage *segmentation)
Helper function to save the label information of a passed segmentation as preset.
MitkSegmentationUIExports.h
mitk::LabelSetImage
LabelSetImage class for handling labels and layers in a segmentation session.
Definition: mitkLabelSetImage.h:43
mitkLabelSetImage.h