Medical Imaging Interaction Toolkit
2021.10.00
Medical Imaging Interaction Toolkit
|
#include <mitkProperties.h>
Public Types | |
typedef BoolProperty | Self |
typedef GenericProperty< bool > | 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 bool | 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 (bool _arg) |
virtual bool | 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 (bool _arg) |
![]() | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (bool _arg) |
![]() | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
BoolProperty () | |
BoolProperty (const BoolProperty &) | |
BoolProperty (bool x) | |
![]() | |
GenericProperty () | |
GenericProperty (bool 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... | |
![]() | |
bool | m_Value |
Definition at line 22 of file mitkProperties.h.
typedef itk::SmartPointer<const Self> mitk::BoolProperty::ConstPointer |
Definition at line 22 of file mitkProperties.h.
Definition at line 22 of file mitkProperties.h.
typedef BoolProperty mitk::BoolProperty::Self |
Definition at line 22 of file mitkProperties.h.
typedef GenericProperty< bool > mitk::BoolProperty::Superclass |
Definition at line 22 of file mitkProperties.h.
|
protected |
|
protected |
|
protected |
Pointer mitk::BoolProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::GenericProperty< bool >.
Definition at line 22 of file mitkProperties.h.
|
virtual |
Reimplemented from mitk::GenericProperty< bool >.
|
inlinestatic |
Definition at line 22 of file mitkProperties.h.
|
inlinestatic |
Definition at line 22 of file mitkProperties.h.
|
static |