Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
The TransferFunctionProperty class Property class for the mitk::TransferFunction. More...
#include <mitkTransferFunctionProperty.h>
Public Types | |
typedef mitk::TransferFunction::Pointer | ValueType |
typedef TransferFunctionProperty | Self |
typedef BaseProperty | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::BaseProperty | |
typedef BaseProperty | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
virtual void | SetValue (mitk::TransferFunction::Pointer _arg) |
virtual mitk::TransferFunction::Pointer | GetValue () const |
std::string | GetValueAsString () const override |
Public Member Functions inherited from mitk::BaseProperty | |
Pointer | Clone () const |
bool | operator== (const BaseProperty &property) const |
Subclasses must implement IsEqual(const BaseProperty&) to support comparison. More... | |
BaseProperty & | operator= (const BaseProperty &property) |
Assigns property to this BaseProperty instance. More... | |
bool | AssignProperty (const BaseProperty &property) |
Assigns property to this BaseProperty instance. More... | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
static Pointer | New (mitk::TransferFunction::Pointer _arg) |
Static Public Member Functions inherited from mitk::BaseProperty | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
TransferFunctionProperty () | |
TransferFunctionProperty (const TransferFunctionProperty &other) | |
TransferFunctionProperty (mitk::TransferFunction::Pointer value) | |
Protected Member Functions inherited from mitk::BaseProperty | |
BaseProperty () | |
BaseProperty (const BaseProperty &other) | |
virtual | ~BaseProperty () |
Protected Attributes | |
mitk::TransferFunction::Pointer | m_Value |
Additional Inherited Members | |
Static Public Attributes inherited from mitk::BaseProperty | |
static const std::string | VALUE_CANNOT_BE_CONVERTED_TO_STRING |
Default return value if a property which can not be returned as string. More... | |
The TransferFunctionProperty class Property class for the mitk::TransferFunction.
Definition at line 40 of file mitkTransferFunctionProperty.h.
typedef itk::SmartPointer<const Self> mitk::TransferFunctionProperty::ConstPointer |
Definition at line 45 of file mitkTransferFunctionProperty.h.
Definition at line 45 of file mitkTransferFunctionProperty.h.
Definition at line 45 of file mitkTransferFunctionProperty.h.
Definition at line 45 of file mitkTransferFunctionProperty.h.
Definition at line 43 of file mitkTransferFunctionProperty.h.
|
protected |
Definition at line 39 of file mitkTransferFunctionProperty.cpp.
|
protected |
Definition at line 40 of file mitkTransferFunctionProperty.cpp.
|
protected |
Definition at line 45 of file mitkTransferFunctionProperty.cpp.
Pointer mitk::TransferFunctionProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 45 of file mitkTransferFunctionProperty.h.
|
virtual |
Reimplemented from mitk::BaseProperty.
|
inlinestatic |
Definition at line 45 of file mitkTransferFunctionProperty.h.
|
virtual |
Referenced by GetValueAsString(), and mitk::GPUVolumeMapper3D::UpdateTransferFunctions().
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 32 of file mitkTransferFunctionProperty.cpp.
References GetValue().
|
static |
Referenced by mitk::FreeSurferParcellationTranslator::AssignTransferFunction(), mitk::ConfigureNodeAsDoseNode(), mitk::TransferFunctionPropertySerializer::Deserialize(), main(), mitkImageVtkMapper2DOpacityTransferFunctionTest(), mitkImageVtkMapper2DTransferFunctionTest(), mitk::TransferFunctionPropertySerializer::SerializeTransferFunction(), QmitkTransferFunctionGeneratorWidget::SetDataNode(), QmitkTransferFunctionWidget::SetDataNode(), QmlMitkTransferFunctionItem::SetDataNode(), mitk::UnstructuredGridVtkMapper3D::SetDefaultProperties(), and mitk::GPUVolumeMapper3D::SetDefaultProperties().
|
inlinestatic |
Definition at line 48 of file mitkTransferFunctionProperty.h.
|
virtual |
|
protected |
Definition at line 58 of file mitkTransferFunctionProperty.h.