Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include "MitkMultilabelExports.h"
#include <mitkColorProperty.h>
#include <mitkPropertyList.h>
#include <mitkPoint.h>
#include <mitkVector.h>
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. | |
Typedefs | |
using | mitk::LabelVector = std::vector< Label::Pointer > |
using | mitk::ConstLabelVector = std::vector< Label::ConstPointer > |
Functions | |
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... | |