Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
41 void SetLocked(
bool locked);
42 bool GetLocked()
const;
44 void SetVisible(
bool visible);
45 bool GetVisible()
const;
47 void SetOpacity(
float opacity);
48 float GetOpacity()
const;
50 void SetName(
const std::string &name);
51 std::string GetName()
const;
65 void SetLayer(
unsigned int layer);
66 unsigned int GetLayer()
const;
68 void SetProperty(
const std::string &propertyKey,
BaseProperty *property,
const std::string &contextName =
"",
bool fallBackOnDefaultContext =
false)
override;
70 using itk::Object::Modified;
77 void PrintSelf(std::ostream &os, itk::Indent indent)
const override;
82 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.
DataCollection - Class to facilitate loading/accessing structured data.
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)