Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::SmartPointerProperty Class Reference

Property containing a smart-pointer. More...

#include <mitkSmartPointerProperty.h>

Inheritance diagram for mitk::SmartPointerProperty:
Collaboration diagram for mitk::SmartPointerProperty:

Public Types

typedef SmartPointerProperty Self
 
typedef BaseProperty Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::Object::Pointer ValueType
 
- Public Types inherited from mitk::BaseProperty
typedef BaseProperty Self
 
typedef itk::Object Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 

Public Member Functions

virtual std::vector< std::string > GetClassHierarchy () const override
 
virtual const char * GetClassName () const
 
Pointer Clone () const
 
itk::Object::Pointer GetSmartPointer () const
 
ValueType GetValue () const
 
void SetSmartPointer (itk::Object *)
 
void SetValue (const ValueType &)
 
virtual std::string GetValueAsString () const override
 mainly for XML output More...
 
- 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...
 
BasePropertyoperator= (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 (itk::Object *_arg)
 
static void PostProcessXMLReading ()
 
static unsigned int GetReferenceCountFor (itk::Object *)
 Return the number of SmartPointerProperties that reference the object given as parameter. More...
 
static std::string GetReferenceUIDFor (itk::Object *)
 
static void RegisterPointerTarget (itk::Object *, const std::string uid)
 
- Static Public Member Functions inherited from mitk::BaseProperty
static const char * GetStaticNameOfClass ()
 

Protected Member Functions

 SmartPointerProperty (itk::Object *=nullptr)
 
 SmartPointerProperty (const SmartPointerProperty &)
 
- Protected Member Functions inherited from mitk::BaseProperty
 BaseProperty ()
 
 BaseProperty (const BaseProperty &other)
 
virtual ~BaseProperty ()
 

Protected Attributes

itk::Object::Pointer m_SmartPointer
 

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...
 

Detailed Description

Property containing a smart-pointer.

Definition at line 38 of file mitkSmartPointerProperty.h.

Member Typedef Documentation

typedef itk::Object::Pointer mitk::SmartPointerProperty::ValueType

Definition at line 43 of file mitkSmartPointerProperty.h.

Constructor & Destructor Documentation

mitk::SmartPointerProperty::SmartPointerProperty ( itk::Object *  pointer = nullptr)
protected

Definition at line 79 of file mitkSmartPointerProperty.cpp.

mitk::SmartPointerProperty::SmartPointerProperty ( const SmartPointerProperty other)
protected

Definition at line 84 of file mitkSmartPointerProperty.cpp.

Member Function Documentation

Pointer mitk::SmartPointerProperty::Clone ( ) const
virtual std::vector<std::string> mitk::SmartPointerProperty::GetClassHierarchy ( ) const
inlineoverridevirtual

Reimplemented from mitk::BaseProperty.

Definition at line 41 of file mitkSmartPointerProperty.h.

virtual const char* mitk::SmartPointerProperty::GetClassName ( ) const
virtual

Reimplemented from mitk::BaseProperty.

unsigned int mitk::SmartPointerProperty::GetReferenceCountFor ( itk::Object *  object)
static

Return the number of SmartPointerProperties that reference the object given as parameter.

Returns
The number of SmartPointerProperties that point to
Parameters
object

Definition at line 39 of file mitkSmartPointerProperty.cpp.

std::string mitk::SmartPointerProperty::GetReferenceUIDFor ( itk::Object *  object)
static

Definition at line 56 of file mitkSmartPointerProperty.cpp.

itk::Object::Pointer mitk::SmartPointerProperty::GetSmartPointer ( ) const
static const char* mitk::SmartPointerProperty::GetStaticNameOfClass ( )
inlinestatic

Definition at line 41 of file mitkSmartPointerProperty.h.

itk::Object::Pointer mitk::SmartPointerProperty::GetValue ( ) const

Definition at line 94 of file mitkSmartPointerProperty.cpp.

std::string mitk::SmartPointerProperty::GetValueAsString ( ) const
overridevirtual

mainly for XML output

Reimplemented from mitk::BaseProperty.

Definition at line 127 of file mitkSmartPointerProperty.cpp.

static Pointer mitk::SmartPointerProperty::New ( itk::Object *  _arg)
inlinestatic

Definition at line 43 of file mitkSmartPointerProperty.h.

void mitk::SmartPointerProperty::PostProcessXMLReading ( )
static

Definition at line 25 of file mitkSmartPointerProperty.cpp.

void mitk::SmartPointerProperty::RegisterPointerTarget ( itk::Object *  object,
const std::string  uid 
)
static

Definition at line 51 of file mitkSmartPointerProperty.cpp.

void mitk::SmartPointerProperty::SetSmartPointer ( itk::Object *  pointer)

Definition at line 99 of file mitkSmartPointerProperty.cpp.

void mitk::SmartPointerProperty::SetValue ( const ValueType value)

Definition at line 122 of file mitkSmartPointerProperty.cpp.

Member Data Documentation

itk::Object::Pointer mitk::SmartPointerProperty::m_SmartPointer
protected

Definition at line 69 of file mitkSmartPointerProperty.h.


The documentation for this class was generated from the following files: