17 bool TransferFunctionProperty::IsEqual(
const BaseProperty &property)
const 19 return *(this->
m_Value) == *(static_cast<const Self &>(property).m_Value);
22 bool TransferFunctionProperty::Assign(
const BaseProperty &property)
30 std::stringstream myStr;
46 itk::LightObject::Pointer TransferFunctionProperty::InternalClone()
const 48 itk::LightObject::Pointer result(
new Self(*
this));
The TransferFunctionProperty class Property class for the mitk::TransferFunction. ...
TransferFunctionProperty Self
The TransferFunction class A wrapper class for VTK scalar opacity, gradient opacity, and color transfer functions.Holds a copy of each of the three standard VTK transfer functions (scalar opacity, gradient opacity, color) and provides an interface for manipulating their control points. Each original function can be retrieved by a Get() method.
DataCollection - Class to facilitate loading/accessing structured data.
virtual mitk::TransferFunction::Pointer GetValue() const
mitk::TransferFunction::Pointer m_Value
Abstract base class for properties.
TransferFunctionProperty()
std::string GetValueAsString() const override