Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
42 void SetLocked(
bool locked);
43 bool GetLocked()
const;
45 void SetVisible(
bool visible);
46 bool GetVisible()
const;
48 void SetOpacity(
float opacity);
49 float GetOpacity()
const;
51 void SetName(
const std::string &name);
52 std::string GetName()
const;
66 void SetLayer(
unsigned int layer);
67 unsigned int GetLayer()
const;
69 void SetProperty(
const std::string &propertyKey,
BaseProperty *property,
const std::string &contextName =
"",
bool fallBackOnDefaultContext =
false)
override;
71 using itk::Object::Modified;
78 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
83 itk::LightObject::Pointer InternalClone()
const override;
const MITKCORE_EXPORT ScalarType eps
#define MITKMULTILABEL_EXPORT
Abstract base class for properties.
#define mitkNewMacro2Param(classname, typea, typeb)
itk::RGBPixel< float > Color
Color Standard RGB color typedef (float)
MITKNEWMODULE_EXPORT bool Equal(mitk::ExampleDataStructure *leftHandSide, mitk::ExampleDataStructure *rightHandSide, mitk::ScalarType eps, bool verbose)
Returns true if the example data structures are considered equal.
Find image slices visible on a given plane.
static const PixelType MAX_LABEL_VALUE
The maximum value a label can get: Since the value is of type unsigned short MAX_LABEL_VALUE = 65535.
A data structure describing a label.
Class for defining the data type of pixels.
Key-value list holding instances of BaseProperty.
#define mitkClassMacro(className, SuperClassName)