Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkLabel.h File Reference
#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 beeing equal in data. More...