33 bool mitk::LevelWindowProperty::IsEqual(
const BaseProperty &property)
const 38 bool mitk::LevelWindowProperty::Assign(
const BaseProperty &property)
70 std::stringstream myStr;
75 itk::LightObject::Pointer mitk::LevelWindowProperty::InternalClone()
const 77 itk::LightObject::Pointer result(
new Self(*
this));
ScalarType GetLevel() const
method that returns the level value, i.e. the center of the current grey value interval ...
The LevelWindowProperty class Property for the mitk::LevelWindow.
The LevelWindow class Class to store level/window values.
void SetLevelWindow(const LevelWindow &levWin)
const mitk::LevelWindow & GetLevelWindow() const
Abstract base class for properties.
std::string GetValueAsString() const override
const mitk::LevelWindow & GetValue() const
ScalarType GetWindow() const
returns the current window size, i.e the range size of the current grey value interval ...
void SetValue(const ValueType &levWin)
~LevelWindowProperty() override