Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include <mitkProperties.h>
Public Types | |
typedef UIntProperty | Self |
typedef GenericProperty< unsigned int > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::GenericProperty< unsigned int > | |
typedef GenericProperty | Self |
typedef BaseProperty | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef unsigned int | 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 | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
BaseProperty & | operator= (const BaseProperty &property) |
Assigns property to this BaseProperty instance. More... | |
Public Member Functions inherited from mitk::GenericProperty< unsigned int > | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
virtual void | SetValue (unsigned int _arg) |
virtual unsigned int | GetValue () const |
std::string | GetValueAsString () const override |
BaseProperty & | operator= (const BaseProperty &property) |
Assigns property to this BaseProperty instance. More... | |
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... | |
virtual std::string | GetValueAsString () const |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
static Pointer | New (unsigned int _arg) |
Static Public Member Functions inherited from mitk::GenericProperty< unsigned int > | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (unsigned int _arg) |
Static Public Member Functions inherited from mitk::BaseProperty | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
UIntProperty () | |
UIntProperty (const UIntProperty &) | |
UIntProperty (unsigned int x) | |
Protected Member Functions inherited from mitk::GenericProperty< unsigned int > | |
GenericProperty () | |
GenericProperty (unsigned int x) | |
GenericProperty (const GenericProperty &other) | |
Protected Member Functions inherited from mitk::BaseProperty | |
BaseProperty () | |
BaseProperty (const BaseProperty &other) | |
~BaseProperty () override | |
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... | |
Protected Attributes inherited from mitk::GenericProperty< unsigned int > | |
unsigned int | m_Value |
Definition at line 26 of file mitkProperties.h.
typedef itk::SmartPointer<const Self> mitk::UIntProperty::ConstPointer |
Definition at line 26 of file mitkProperties.h.
Definition at line 26 of file mitkProperties.h.
typedef UIntProperty mitk::UIntProperty::Self |
Definition at line 26 of file mitkProperties.h.
typedef GenericProperty< unsigned int > mitk::UIntProperty::Superclass |
Definition at line 26 of file mitkProperties.h.
|
protected |
|
protected |
|
protected |
Pointer mitk::UIntProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 26 of file mitkProperties.h.
|
virtual |
Reimplemented from mitk::BaseProperty.
|
inlinestatic |
Definition at line 26 of file mitkProperties.h.
|
static |
|
inlinestatic |
Definition at line 26 of file mitkProperties.h.
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.