Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
Property class for dose iso level sets. More...
#include <mitkIsoDoseLevelSetProperty.h>
Public Types | |
typedef IsoDoseLevelSet | ValueType |
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 | |
mitkClassMacro (IsoDoseLevelSetProperty, BaseProperty) | |
mitkNewMacro1Param (IsoDoseLevelSetProperty, IsoDoseLevelSet *) | |
~IsoDoseLevelSetProperty () override | |
const IsoDoseLevelSet * | GetIsoDoseLevelSet () const |
const IsoDoseLevelSet * | GetValue () const |
IsoDoseLevelSet * | GetIsoDoseLevelSet () |
IsoDoseLevelSet * | GetValue () |
void | SetIsoDoseLevelSet (IsoDoseLevelSet *levelSet) |
void | SetValue (IsoDoseLevelSet *levelSet) |
std::string | GetValueAsString () const override |
BaseProperty & | operator= (const BaseProperty &property) |
Assigns property to this BaseProperty instance. More... | |
Public Member Functions inherited from mitk::BaseProperty | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
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 Pointer | New () |
Static Public Member Functions inherited from mitk::BaseProperty | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
IsoDoseLevelSetProperty () | |
IsoDoseLevelSetProperty (const IsoDoseLevelSetProperty &other) | |
IsoDoseLevelSetProperty (IsoDoseLevelSet *levelSet) | |
Protected Member Functions inherited from mitk::BaseProperty | |
BaseProperty () | |
BaseProperty (const BaseProperty &other) | |
~BaseProperty () override | |
Protected Attributes | |
IsoDoseLevelSet::Pointer | m_IsoLevelSet |
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... | |
Property class for dose iso level sets.
Definition at line 26 of file mitkIsoDoseLevelSetProperty.h.
Definition at line 44 of file mitkIsoDoseLevelSetProperty.h.
|
protected |
|
explicitprotected |
|
explicitprotected |
|
override |
IsoDoseLevelSet* mitk::IsoDoseLevelSetProperty::GetIsoDoseLevelSet | ( | ) |
const IsoDoseLevelSet* mitk::IsoDoseLevelSetProperty::GetIsoDoseLevelSet | ( | ) | const |
IsoDoseLevelSet* mitk::IsoDoseLevelSetProperty::GetValue | ( | ) |
const IsoDoseLevelSet* mitk::IsoDoseLevelSetProperty::GetValue | ( | ) | const |
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
mitk::IsoDoseLevelSetProperty::mitkClassMacro | ( | IsoDoseLevelSetProperty | , |
BaseProperty | |||
) |
mitk::IsoDoseLevelSetProperty::mitkNewMacro1Param | ( | IsoDoseLevelSetProperty | , |
IsoDoseLevelSet * | |||
) |
|
static |
BaseProperty& mitk::BaseProperty::operator= |
Assigns property to this BaseProperty instance.
Subclasses must implement Assign(const BaseProperty&) and call the superclass Assign method for proper handling of polymorphic assignments. The assignment operator of the subclass should be disabled and the baseclass operator should be made visible using "using" statements.
void mitk::IsoDoseLevelSetProperty::SetIsoDoseLevelSet | ( | IsoDoseLevelSet * | levelSet | ) |
void mitk::IsoDoseLevelSetProperty::SetValue | ( | IsoDoseLevelSet * | levelSet | ) |
|
protected |
Definition at line 30 of file mitkIsoDoseLevelSetProperty.h.