Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
The LookupTableProperty class Property to associate mitk::LookupTable to an mitk::DataNode. More...
#include <mitkLookupTableProperty.h>
Public Types | |
typedef LookupTable::Pointer | ValueType |
typedef LookupTableProperty | 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 LookupTable * | GetLookupTable () |
ValueType | GetValue () const |
void | SetLookupTable (const mitk::LookupTable::Pointer aLookupTable) |
void | SetValue (const ValueType &) |
virtual 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 (const mitk::LookupTable::Pointer _arg) |
Static Public Member Functions inherited from mitk::BaseProperty | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
LookupTableProperty () | |
LookupTableProperty (const LookupTableProperty &) | |
LookupTableProperty (const mitk::LookupTable::Pointer lut) | |
Protected Member Functions inherited from mitk::BaseProperty | |
BaseProperty () | |
BaseProperty (const BaseProperty &other) | |
virtual | ~BaseProperty () |
Protected Attributes | |
LookupTable::Pointer | m_LookupTable |
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 LookupTableProperty class Property to associate mitk::LookupTable to an mitk::DataNode.
Definition at line 42 of file mitkLookupTableProperty.h.
typedef itk::SmartPointer<const Self> mitk::LookupTableProperty::ConstPointer |
Definition at line 56 of file mitkLookupTableProperty.h.
Definition at line 56 of file mitkLookupTableProperty.h.
Definition at line 56 of file mitkLookupTableProperty.h.
Definition at line 56 of file mitkLookupTableProperty.h.
Definition at line 54 of file mitkLookupTableProperty.h.
|
protected |
Definition at line 19 of file mitkLookupTableProperty.cpp.
References mitk::LookupTable::New(), and SetLookupTable().
|
protected |
Definition at line 25 of file mitkLookupTableProperty.cpp.
|
protected |
Definition at line 30 of file mitkLookupTableProperty.cpp.
Pointer mitk::LookupTableProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 56 of file mitkLookupTableProperty.h.
|
virtual |
Reimplemented from mitk::BaseProperty.
|
virtual |
|
inlinestatic |
Definition at line 56 of file mitkLookupTableProperty.h.
mitk::LookupTableProperty::ValueType mitk::LookupTableProperty::GetValue | ( | ) | const |
Definition at line 53 of file mitkLookupTableProperty.cpp.
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 46 of file mitkLookupTableProperty.cpp.
|
static |
Referenced by mitk::FreeSurferParcellationTranslator::AssignLookupTable(), QmitkDataManagerView::ColormapMenuAboutToShow(), mitk::Tool::CreateSegmentationNode(), mitk::LookupTablePropertySerializer::Deserialize(), mitk::VectorImageVtkGlyphMapper3D::GenerateDataForRenderer(), QmitkODFRenderWidget::GenerateODF(), mitkImageVtkMapper2DLookupTableTest(), mitkPropertySerializationTest(), mitk::OtsuTool3D::RunSegmentation(), mitk::GizmoMapper2D::SetDefaultProperties(), mitk::RegEvaluationMapper2D::SetDefaultProperties(), mitk::ImageVtkMapper2D::SetDefaultProperties(), mitk::DoseImageVtkMapper2D::SetDefaultProperties(), and mitk::ColorBarOverlay::SetLookupTable().
|
inlinestatic |
Definition at line 59 of file mitkLookupTableProperty.h.
void mitk::LookupTableProperty::SetLookupTable | ( | const mitk::LookupTable::Pointer | aLookupTable | ) |
Definition at line 58 of file mitkLookupTableProperty.cpp.
Referenced by mitk::VectorImageVtkGlyphMapper3D::GenerateDataForRenderer(), and LookupTableProperty().
void mitk::LookupTableProperty::SetValue | ( | const ValueType & | value | ) |
Definition at line 67 of file mitkLookupTableProperty.cpp.
|
protected |
Definition at line 45 of file mitkLookupTableProperty.h.