|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Property for annotations. More...
#include <mitkAnnotationProperty.h>


Public Types | |
| typedef AnnotationProperty | Self |
| typedef BaseProperty | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef std::string | 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 |
| virtual const char * | GetLabel () const |
| virtual void | SetLabel (const char *_arg) |
| const Point3D & | GetPosition () const |
| void | SetPosition (const Point3D &position) |
| std::string | GetValueAsString () const override |
| virtual BaseProperty & | operator= (const BaseProperty &other) |
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 (const char *_arga, const Point3D &_argb) |
| static Pointer | New (const std::string &_arga, const Point3D &_argb) |
| static Pointer | New (const char *_arga, ScalarType _argb, ScalarType _argc, ScalarType _argd) |
| static Pointer | New (const std::string &_arga, ScalarType _argb, ScalarType _argc, ScalarType _argd) |
Static Public Member Functions inherited from mitk::BaseProperty | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
| AnnotationProperty () | |
| AnnotationProperty (const char *label, const Point3D &position) | |
| AnnotationProperty (const std::string &label, const Point3D &position) | |
| AnnotationProperty (const char *label, ScalarType x, ScalarType y, ScalarType z) | |
| AnnotationProperty (const std::string &label, ScalarType x, ScalarType y, ScalarType z) | |
| AnnotationProperty (const AnnotationProperty &other) | |
Protected Member Functions inherited from mitk::BaseProperty | |
| BaseProperty () | |
| BaseProperty (const BaseProperty &other) | |
| ~BaseProperty () override | |
Protected Attributes | |
| std::string | m_Label |
| Point3D | m_Position |
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 for annotations.
Definition at line 30 of file mitkAnnotationProperty.h.
| typedef itk::SmartPointer<const Self> mitk::AnnotationProperty::ConstPointer |
Definition at line 33 of file mitkAnnotationProperty.h.
Definition at line 33 of file mitkAnnotationProperty.h.
Definition at line 33 of file mitkAnnotationProperty.h.
Definition at line 33 of file mitkAnnotationProperty.h.
| typedef std::string mitk::AnnotationProperty::ValueType |
Definition at line 33 of file mitkAnnotationProperty.h.
|
protected |
Definition at line 15 of file mitkAnnotationProperty.cpp.
|
protected |
Definition at line 19 of file mitkAnnotationProperty.cpp.
References m_Label.
|
protected |
Definition at line 28 of file mitkAnnotationProperty.cpp.
|
protected |
Definition at line 33 of file mitkAnnotationProperty.cpp.
References m_Label, and m_Position.
|
protected |
Definition at line 45 of file mitkAnnotationProperty.cpp.
References m_Position.
|
protected |
Definition at line 53 of file mitkAnnotationProperty.cpp.
| Pointer mitk::AnnotationProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 33 of file mitkAnnotationProperty.h.
|
virtual |
Reimplemented from mitk::BaseProperty.
|
virtual |
Referenced by GetValueAsString().
| const mitk::Point3D & mitk::AnnotationProperty::GetPosition | ( | ) | const |
Definition at line 58 of file mitkAnnotationProperty.cpp.
References m_Position.
Referenced by GetValueAsString().
|
inlinestatic |
Definition at line 33 of file mitkAnnotationProperty.h.
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 85 of file mitkAnnotationProperty.cpp.
References GetLabel(), and GetPosition().
|
static |
Referenced by mitkPropertySerializationTest().
|
inlinestatic |
Definition at line 40 of file mitkAnnotationProperty.h.
|
inlinestatic |
Definition at line 41 of file mitkAnnotationProperty.h.
|
inlinestatic |
Definition at line 42 of file mitkAnnotationProperty.h.
|
inlinestatic |
Definition at line 43 of file mitkAnnotationProperty.h.
|
inlinevirtual |
Definition at line 52 of file mitkAnnotationProperty.h.
|
virtual |
| void mitk::AnnotationProperty::SetPosition | ( | const Point3D & | position | ) |
Definition at line 63 of file mitkAnnotationProperty.cpp.
References m_Label, and m_Position.
|
protected |
Definition at line 56 of file mitkAnnotationProperty.h.
Referenced by AnnotationProperty(), and SetPosition().
|
protected |
Definition at line 57 of file mitkAnnotationProperty.h.
Referenced by AnnotationProperty(), GetPosition(), and SetPosition().