Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Property containing a smart-pointer. More...
#include <mitkSmartPointerProperty.h>
Public Types | |
typedef SmartPointerProperty | Self |
typedef BaseProperty | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::Object::Pointer | 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 |
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... | |
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 (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... | |
Property containing a smart-pointer.
Definition at line 38 of file mitkSmartPointerProperty.h.
typedef itk::SmartPointer<const Self> mitk::SmartPointerProperty::ConstPointer |
Definition at line 41 of file mitkSmartPointerProperty.h.
Definition at line 41 of file mitkSmartPointerProperty.h.
Definition at line 41 of file mitkSmartPointerProperty.h.
Definition at line 41 of file mitkSmartPointerProperty.h.
typedef itk::Object::Pointer mitk::SmartPointerProperty::ValueType |
Definition at line 43 of file mitkSmartPointerProperty.h.
|
protected |
Definition at line 79 of file mitkSmartPointerProperty.cpp.
|
protected |
Definition at line 84 of file mitkSmartPointerProperty.cpp.
Pointer mitk::SmartPointerProperty::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 41 of file mitkSmartPointerProperty.h.
|
virtual |
Reimplemented from mitk::BaseProperty.
|
static |
Return the number of SmartPointerProperties that reference the object given as parameter.
object |
Definition at line 39 of file mitkSmartPointerProperty.cpp.
|
static |
Definition at line 56 of file mitkSmartPointerProperty.cpp.
itk::Object::Pointer mitk::SmartPointerProperty::GetSmartPointer | ( | ) | const |
Definition at line 89 of file mitkSmartPointerProperty.cpp.
Referenced by mitk::NonBlockingAlgorithm::GetPointerParameter().
|
inlinestatic |
Definition at line 41 of file mitkSmartPointerProperty.h.
itk::Object::Pointer mitk::SmartPointerProperty::GetValue | ( | ) | const |
Definition at line 94 of file mitkSmartPointerProperty.cpp.
|
overridevirtual |
mainly for XML output
Reimplemented from mitk::BaseProperty.
Definition at line 127 of file mitkSmartPointerProperty.cpp.
|
static |
Referenced by mitk::PlaneGeometryDataVtkMapper3D::GenerateDataForRenderer(), mitk::KinectV2Device::GetAllImages(), mitkPropertyTest(), mitkSurfaceVtkMapper3DTest(), mitkSurfaceVtkMapper3DTexturedSphereTest(), QmitkToFSurfaceGenerationWidget::OnRGBTextureCheckBoxChecked(), and mitk::NonBlockingAlgorithm::SetPointerParameter().
|
inlinestatic |
Definition at line 43 of file mitkSmartPointerProperty.h.
|
static |
Definition at line 25 of file mitkSmartPointerProperty.cpp.
|
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.
|
protected |
Definition at line 69 of file mitkSmartPointerProperty.h.