|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
#include <mitkLabelSuggestionHelper.h>

Public Attributes | |
| std::string | externalLabelSuggestionFile |
| std::string | standardLabelSuggestionResource |
| bool | replaceStandardSuggestions |
| indicates if standard suggestions should be kept More... | |
| bool | enforceSuggestions |
| bool | suggestionOnce |
Definition at line 56 of file mitkLabelSuggestionHelper.h.
| bool mitk::LabelSuggestionHelper::Preferences::enforceSuggestions |
indicates if only suggestions are allowed or if users can define own label names
Definition at line 63 of file mitkLabelSuggestionHelper.h.
| std::string mitk::LabelSuggestionHelper::Preferences::externalLabelSuggestionFile |
Definition at line 59 of file mitkLabelSuggestionHelper.h.
| bool mitk::LabelSuggestionHelper::Preferences::replaceStandardSuggestions |
indicates if standard suggestions should be kept
Definition at line 62 of file mitkLabelSuggestionHelper.h.
| std::string mitk::LabelSuggestionHelper::Preferences::standardLabelSuggestionResource |
Definition at line 61 of file mitkLabelSuggestionHelper.h.
| bool mitk::LabelSuggestionHelper::Preferences::suggestionOnce |
the global preference settings of suggestions are only allowed once if the max multiplicity is not explicitly specified for a label suggestions.
Definition at line 66 of file mitkLabelSuggestionHelper.h.