|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
#include "MitkMultilabelExports.h"#include <mitkColorProperty.h>#include <mitkPropertyList.h>#include <mitkPoint.h>#include <mitkVector.h>#include <mitkPropertyKeyPath.h>#include <mitkDICOMCodeSequence.h>#include <mitkDICOMCodeSequenceWithModifiers.h>#include <optional>#include <map>Go to the source code of this file.
Classes | |
| class | mitk::Label |
| A data structure describing a label. More... | |
Namespaces | |
| mitk | |
| Find image slices visible on a given plane. | |
| mitk::LabelPropertyConstants | |
| Constants for property key path elements of properties of the label. | |
Typedefs | |
| using | mitk::LabelVector = std::vector< Label::Pointer > |
| using | mitk::ConstLabelVector = std::vector< Label::ConstPointer > |
Functions | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetAnatomicRegionPropertyBaseName () |
| Gets the property key path element for anatomic region. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetPrimaryAnatomicStructurePropertyBaseName () |
| Gets the property key path element for primary anatomic structure. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetSegmentedPropertyCategoryPropertyBaseName () |
| Gets the property key path element for segmented property category. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetSegmentedPropertyTypePropertyBaseName () |
| Gets the property key path element for segmented property type. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetModifierPropertySubName () |
| Gets the property key path element for modifier. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetValuePropertySubName () |
| Gets the property key path element for code value. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetSchemePropertySubName () |
| Gets the property key path element for code scheme. More... | |
| MITKMULTILABEL_EXPORT const std::string & | mitk::LabelPropertyConstants::GetMeaningPropertySubName () |
| Gets the property key path element for code meaning. More... | |
| MITKMULTILABEL_EXPORT bool | mitk::Equal (const mitk::Label &leftHandSide, const mitk::Label &rightHandSide, ScalarType eps, bool verbose) |
| Equal A function comparing two labels for being equal in data. More... | |