|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkCameraIntrinsicsProperty.h>


Public Types | |
| typedef mitk::CameraIntrinsics::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 | |
| mitkClassMacro (CameraIntrinsicsProperty, BaseProperty) | |
| Pointer | Clone () const |
| mitkNewMacro1Param (CameraIntrinsicsProperty, mitk::CameraIntrinsics::Pointer) | |
| virtual void | SetValue (mitk::CameraIntrinsics::Pointer _arg) |
| virtual mitk::CameraIntrinsics::Pointer | GetValue () const |
| std::string | GetValueAsString () const override |
Public Member Functions inherited from mitk::BaseProperty | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| virtual const char * | GetClassName () const |
| 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 Pointer | New () |
Static Public Member Functions inherited from mitk::BaseProperty | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
| CameraIntrinsicsProperty () | |
| CameraIntrinsicsProperty (const CameraIntrinsicsProperty &) | |
| CameraIntrinsicsProperty (mitk::CameraIntrinsics::Pointer value) | |
Protected Member Functions inherited from mitk::BaseProperty | |
| BaseProperty () | |
| BaseProperty (const BaseProperty &other) | |
| ~BaseProperty () override | |
Protected Attributes | |
| mitk::CameraIntrinsics::Pointer | m_Value |
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... | |
Definition at line 27 of file mitkCameraIntrinsicsProperty.h.
| typedef mitk::CameraIntrinsics::Pointer mitk::CameraIntrinsicsProperty::ValueType |
Definition at line 31 of file mitkCameraIntrinsicsProperty.h.
|
protected |
Definition at line 37 of file mitkCameraIntrinsicsProperty.cpp.
|
protected |
Definition at line 41 of file mitkCameraIntrinsicsProperty.cpp.
|
protected |
Definition at line 47 of file mitkCameraIntrinsicsProperty.cpp.
| Pointer mitk::CameraIntrinsicsProperty::Clone | ( | ) | const |
|
virtual |
Referenced by GetValueAsString().
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
Definition at line 30 of file mitkCameraIntrinsicsProperty.cpp.
References GetValue().
| mitk::CameraIntrinsicsProperty::mitkClassMacro | ( | CameraIntrinsicsProperty | , |
| BaseProperty | |||
| ) |
| mitk::CameraIntrinsicsProperty::mitkNewMacro1Param | ( | CameraIntrinsicsProperty | , |
| mitk::CameraIntrinsics::Pointer | |||
| ) |
|
static |
|
virtual |
|
protected |
Definition at line 48 of file mitkCameraIntrinsicsProperty.h.