Property for level/window data. More...
#include <mitkLevelWindowProperty.h>
Public Types | |
typedef LevelWindowProperty | Self |
typedef BaseProperty | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual | ~LevelWindowProperty () |
virtual bool | operator== (const BaseProperty &property) const |
Subclasses must implement this operator==. Operator== which is used by PropertyList to check whether a property has been changed. | |
const mitk::LevelWindow & | GetLevelWindow () const |
void | SetLevelWindow (const LevelWindow &levWin) |
virtual std::string | GetValueAsString () const |
Static Public Member Functions | |
static Pointer | New () |
static Pointer | New (const mitk::LevelWindow &_arg) |
Protected Member Functions | |
LevelWindowProperty () | |
LevelWindowProperty (const mitk::LevelWindow &levWin) | |
Protected Attributes | |
LevelWindow | m_LevWin |
Property for level/window data.
Definition at line 31 of file mitkLevelWindowProperty.h.
typedef itk::SmartPointer<const Self> mitk::LevelWindowProperty::ConstPointer |
Reimplemented from mitk::BaseProperty.
Definition at line 42 of file mitkLevelWindowProperty.h.
typedef itk::SmartPointer<Self> mitk::LevelWindowProperty::Pointer |
Reimplemented from mitk::BaseProperty.
Definition at line 42 of file mitkLevelWindowProperty.h.
Reimplemented from mitk::BaseProperty.
Definition at line 42 of file mitkLevelWindowProperty.h.
Reimplemented from mitk::BaseProperty.
Definition at line 42 of file mitkLevelWindowProperty.h.
mitk::LevelWindowProperty::LevelWindowProperty | ( | ) | [protected] |
Definition at line 22 of file mitkLevelWindowProperty.cpp.
{ }
mitk::LevelWindowProperty::LevelWindowProperty | ( | const mitk::LevelWindow & | levWin ) | [protected] |
Definition at line 26 of file mitkLevelWindowProperty.cpp.
{ SetLevelWindow(levWin); }
mitk::LevelWindowProperty::~LevelWindowProperty | ( | ) | [virtual] |
Definition at line 31 of file mitkLevelWindowProperty.cpp.
{ }
virtual const char* mitk::LevelWindowProperty::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::BaseProperty.
const mitk::LevelWindow & mitk::LevelWindowProperty::GetLevelWindow | ( | ) | const |
Definition at line 44 of file mitkLevelWindowProperty.cpp.
{ return m_LevWin; }
std::string mitk::LevelWindowProperty::GetValueAsString | ( | ) | const [virtual] |
Reimplemented from mitk::BaseProperty.
Definition at line 58 of file mitkLevelWindowProperty.cpp.
static Pointer mitk::LevelWindowProperty::New | ( | ) | [static] |
Referenced by CommonFunctionality::AutoLevelWindow(), mitk::BinaryThresholdTool::BinaryThresholdTool(), QmitkDeformableRegistrationView::Calculate(), QmitkPointBasedRegistrationView::calculateLandmarkWarping(), QmitkBSplineRegistrationView::CalculateTransformation(), QmitkThresholdComponent::CreateSegmentationNode(), mitk::Tool::CreateSegmentationNode(), mitk::LevelWindowPropertyDeserializer::Deserialize(), mitkImageMapper2DTest(), mitkLevelWindowManagerTest(), mitkPropertySerializationTest(), mitkVtkPropRendererTest(), QmitkSlicesInterpolator::QmitkSlicesInterpolator(), RegionGrowing(), QmitkDiffusionTensorEstimation::SetDefaultNodeProperties(), mitk::VolumeDataVtkMapper3D::SetDefaultProperties(), mitk::GPUVolumeMapper3D::SetDefaultProperties(), mitk::DataNode::SetLevelWindow(), QmitkControlVisualizationPropertiesView::SetLevelWindowProp(), mitk::BinaryThresholdTool::SetThresholdValue(), QmitkBasicImageProcessing::StartButton2Clicked(), and QmitkBasicImageProcessing::StartButtonClicked().
static Pointer mitk::LevelWindowProperty::New | ( | const mitk::LevelWindow & | _arg ) | [inline, static] |
Definition at line 45 of file mitkLevelWindowProperty.h.
bool mitk::LevelWindowProperty::operator== | ( | const BaseProperty & | property ) | const [virtual] |
Subclasses must implement this operator==. Operator== which is used by PropertyList to check whether a property has been changed.
Implements mitk::BaseProperty.
Definition at line 35 of file mitkLevelWindowProperty.cpp.
void mitk::LevelWindowProperty::SetLevelWindow | ( | const LevelWindow & | levWin ) |
Definition at line 49 of file mitkLevelWindowProperty.cpp.
LevelWindow mitk::LevelWindowProperty::m_LevWin [protected] |
Definition at line 35 of file mitkLevelWindowProperty.h.