21 bool TransferFunctionProperty::IsEqual(
const BaseProperty &property)
const
23 return *(this->
m_Value) == *(static_cast<const Self &>(property).m_Value);
26 bool TransferFunctionProperty::Assign(
const BaseProperty &property)
34 std::stringstream myStr;
The TransferFunctionProperty class Property class for the mitk::TransferFunction. ...
itk::SmartPointer< Self > Pointer
virtual mitk::TransferFunction::Pointer GetValue() const
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.
mitk::TransferFunction::Pointer m_Value
Abstract base class for properties.
TransferFunctionProperty()
std::string GetValueAsString() const override
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.