Medical Imaging Interaction Toolkit
2016.11.0
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) |
virtual 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) | |
virtual | ~BaseProperty () |
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 34 of file mitkAnnotationProperty.h.
typedef itk::SmartPointer<const Self> mitk::AnnotationProperty::ConstPointer |
Definition at line 37 of file mitkAnnotationProperty.h.
Definition at line 37 of file mitkAnnotationProperty.h.
Definition at line 37 of file mitkAnnotationProperty.h.
Definition at line 37 of file mitkAnnotationProperty.h.
typedef std::string mitk::AnnotationProperty::ValueType |
Definition at line 37 of file mitkAnnotationProperty.h.
|
protected |
Definition at line 19 of file mitkAnnotationProperty.cpp.
|
protected |
Definition at line 23 of file mitkAnnotationProperty.cpp.
References m_Label.
|
protected |
Definition at line 32 of file mitkAnnotationProperty.cpp.
|
protected |
Definition at line 37 of file mitkAnnotationProperty.cpp.
References m_Label, and m_Position.
|
protected |
Definition at line 49 of file mitkAnnotationProperty.cpp.
References m_Position.
|
protected |
Definition at line 57 of file mitkAnnotationProperty.cpp.
Pointer mitk::AnnotationProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 37 of file mitkAnnotationProperty.h.
|
virtual |
Reimplemented from mitk::BaseProperty.
|
virtual |
const mitk::Point3D & mitk::AnnotationProperty::GetPosition | ( | ) | const |
Definition at line 62 of file mitkAnnotationProperty.cpp.
|
inlinestatic |
Definition at line 37 of file mitkAnnotationProperty.h.
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 89 of file mitkAnnotationProperty.cpp.
|
static |
Referenced by mitkPropertySerializationTest(), and TestAnnotationProperty().
|
inlinestatic |
Definition at line 42 of file mitkAnnotationProperty.h.
|
inlinestatic |
Definition at line 43 of file mitkAnnotationProperty.h.
|
inlinestatic |
Definition at line 44 of file mitkAnnotationProperty.h.
|
inlinestatic |
Definition at line 45 of file mitkAnnotationProperty.h.
|
inlinevirtual |
Definition at line 54 of file mitkAnnotationProperty.h.
|
virtual |
void mitk::AnnotationProperty::SetPosition | ( | const Point3D & | position | ) |
Definition at line 67 of file mitkAnnotationProperty.cpp.
|
protected |
Definition at line 58 of file mitkAnnotationProperty.h.
Referenced by AnnotationProperty().
|
protected |
Definition at line 59 of file mitkAnnotationProperty.h.
Referenced by AnnotationProperty().