Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkProperties.h>
Public Types | |
typedef Vector3DProperty | Self |
typedef GenericProperty< Vector3D > | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Types inherited from mitk::GenericProperty< Vector3D > | |
typedef GenericProperty | Self |
typedef BaseProperty | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Vector3D | 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 |
Public Member Functions inherited from mitk::GenericProperty< Vector3D > | |
Pointer | Clone () const |
virtual void | SetValue (Vector3D_arg) |
virtual Vector3D | GetValue () const |
virtual std::string | GetValueAsString () const override |
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... | |
Static Public Member Functions | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
static Pointer | New (Vector3D _arg) |
Static Public Member Functions inherited from mitk::GenericProperty< Vector3D > | |
static const char * | GetStaticNameOfClass () |
static Pointer | New (Vector3D_arg) |
Static Public Member Functions inherited from mitk::BaseProperty | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
Vector3DProperty () | |
Vector3DProperty (const Vector3DProperty &) | |
Vector3DProperty (Vector3D x) | |
Protected Member Functions inherited from mitk::GenericProperty< Vector3D > | |
GenericProperty () | |
GenericProperty (Vector3Dx) | |
GenericProperty (const GenericProperty &other) | |
Protected Member Functions inherited from mitk::BaseProperty | |
BaseProperty () | |
BaseProperty (const BaseProperty &other) | |
virtual | ~BaseProperty () |
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< Vector3D > | |
Vector3D | m_Value |
Definition at line 38 of file mitkProperties.h.
typedef itk::SmartPointer<const Self> mitk::Vector3DProperty::ConstPointer |
Definition at line 38 of file mitkProperties.h.
Definition at line 38 of file mitkProperties.h.
Definition at line 38 of file mitkProperties.h.
Definition at line 38 of file mitkProperties.h.
|
protected |
|
protected |
|
protected |
Pointer mitk::Vector3DProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::GenericProperty< Vector3D >.
Definition at line 38 of file mitkProperties.h.
|
virtual |
Reimplemented from mitk::GenericProperty< Vector3D >.
|
inlinestatic |
Definition at line 38 of file mitkProperties.h.
Definition at line 38 of file mitkProperties.h.
|
static |