Medical Imaging Interaction Toolkit
2022.04.99-b2814023
Medical Imaging Interaction Toolkit
|
#include <mitkProperties.h>
Public Types | |
typedef FloatProperty | Self |
typedef GenericProperty< float > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
![]() | |
typedef GenericProperty | Self |
typedef BaseProperty | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef float | ValueType |
![]() | |
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 |
![]() | |
Pointer | Clone () const |
virtual void | SetValue (float _arg) |
virtual float | GetValue () const |
std::string | GetValueAsString () const override |
![]() | |
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 (float _arg) |
![]() | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (float _arg) |
![]() | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
FloatProperty () | |
FloatProperty (const FloatProperty &) | |
FloatProperty (float x) | |
![]() | |
GenericProperty () | |
GenericProperty (float x) | |
GenericProperty (const GenericProperty &other) | |
![]() | |
BaseProperty () | |
BaseProperty (const BaseProperty &other) | |
~BaseProperty () override | |
Additional Inherited Members | |
![]() | |
static const std::string | VALUE_CANNOT_BE_CONVERTED_TO_STRING |
Default return value if a property which can not be returned as string. More... | |
![]() | |
float | m_Value |
Definition at line 30 of file mitkProperties.h.
typedef itk::SmartPointer<const Self> mitk::FloatProperty::ConstPointer |
Definition at line 30 of file mitkProperties.h.
Definition at line 30 of file mitkProperties.h.
Definition at line 30 of file mitkProperties.h.
typedef GenericProperty< float > mitk::FloatProperty::Superclass |
Definition at line 30 of file mitkProperties.h.
|
protected |
|
protected |
|
protected |
Pointer mitk::FloatProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::GenericProperty< float >.
Definition at line 30 of file mitkProperties.h.
|
virtual |
Reimplemented from mitk::GenericProperty< float >.
|
inlinestatic |
Definition at line 30 of file mitkProperties.h.
|
inlinestatic |
Definition at line 30 of file mitkProperties.h.
|
static |