Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::LevelWindowProperty Class Reference

The LevelWindowProperty class Property for the mitk::LevelWindow. More...

#include <mitkLevelWindowProperty.h>

Inheritance diagram for mitk::LevelWindowProperty:
Collaboration diagram for mitk::LevelWindowProperty:

Public Types

typedef LevelWindowProperty Self
 
typedef BaseProperty Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef LevelWindow ValueType
 
- Public Types inherited from mitk::BaseProperty
typedef BaseProperty Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual std::vector< std::string > GetClassHierarchy () const override
 
virtual const char * GetClassName () const
 
Pointer Clone () const
 
virtual ~LevelWindowProperty ()
 
const mitk::LevelWindowGetLevelWindow () const
 
const mitk::LevelWindowGetValue () const
 
void SetLevelWindow (const LevelWindow &levWin)
 
void SetValue (const ValueType &levWin)
 
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...
 
BasePropertyoperator= (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::LevelWindow &_arg)
 
- Static Public Member Functions inherited from mitk::BaseProperty
static const char * GetStaticNameOfClass ()
 

Protected Member Functions

 LevelWindowProperty ()
 
 LevelWindowProperty (const LevelWindowProperty &other)
 
 LevelWindowProperty (const mitk::LevelWindow &levWin)
 
- Protected Member Functions inherited from mitk::BaseProperty
 BaseProperty ()
 
 BaseProperty (const BaseProperty &other)
 
virtual ~BaseProperty ()
 

Protected Attributes

LevelWindow m_LevWin
 

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...
 

Detailed Description

The LevelWindowProperty class Property for the mitk::LevelWindow.

Note
If you want to apply the mitk::LevelWindowProperty to an mitk::Image, make sure to set the mitk::RenderingModeProperty to a mode which supports level window (e.g. LEVELWINDOW_COLOR). Make sure to check the documentation of the mitk::RenderingModeProperty. For a code example how to use the mitk::LevelWindowProperty check the mitkImageVtkMapper2DLevelWindowTest.cpp in Core.

Definition at line 41 of file mitkLevelWindowProperty.h.

Member Typedef Documentation

Constructor & Destructor Documentation

mitk::LevelWindowProperty::LevelWindowProperty ( )
protected

Definition at line 19 of file mitkLevelWindowProperty.cpp.

mitk::LevelWindowProperty::LevelWindowProperty ( const LevelWindowProperty other)
protected

Definition at line 23 of file mitkLevelWindowProperty.cpp.

mitk::LevelWindowProperty::LevelWindowProperty ( const mitk::LevelWindow levWin)
protected

Definition at line 28 of file mitkLevelWindowProperty.cpp.

mitk::LevelWindowProperty::~LevelWindowProperty ( )
virtual

Definition at line 33 of file mitkLevelWindowProperty.cpp.

Member Function Documentation

Pointer mitk::LevelWindowProperty::Clone ( ) const
virtual std::vector<std::string> mitk::LevelWindowProperty::GetClassHierarchy ( ) const
inlineoverridevirtual

Reimplemented from mitk::BaseProperty.

Definition at line 53 of file mitkLevelWindowProperty.h.

virtual const char* mitk::LevelWindowProperty::GetClassName ( ) const
virtual

Reimplemented from mitk::BaseProperty.

const mitk::LevelWindow & mitk::LevelWindowProperty::GetLevelWindow ( ) const

Definition at line 48 of file mitkLevelWindowProperty.cpp.

static const char* mitk::LevelWindowProperty::GetStaticNameOfClass ( )
inlinestatic

Definition at line 53 of file mitkLevelWindowProperty.h.

const mitk::LevelWindow & mitk::LevelWindowProperty::GetValue ( ) const

Definition at line 53 of file mitkLevelWindowProperty.cpp.

std::string mitk::LevelWindowProperty::GetValueAsString ( ) const
overridevirtual

Reimplemented from mitk::BaseProperty.

Definition at line 72 of file mitkLevelWindowProperty.cpp.

static Pointer mitk::LevelWindowProperty::New ( const mitk::LevelWindow _arg)
inlinestatic

Definition at line 55 of file mitkLevelWindowProperty.h.

void mitk::LevelWindowProperty::SetLevelWindow ( const LevelWindow levWin)

Definition at line 58 of file mitkLevelWindowProperty.cpp.

void mitk::LevelWindowProperty::SetValue ( const ValueType levWin)

Definition at line 67 of file mitkLevelWindowProperty.cpp.

Member Data Documentation

LevelWindow mitk::LevelWindowProperty::m_LevWin
protected

Definition at line 44 of file mitkLevelWindowProperty.h.


The documentation for this class was generated from the following files: