Medical Imaging Interaction Toolkit
2023.04.00
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 |
BaseProperty & | operator= (const BaseProperty &property) |
Assigns property to this BaseProperty instance. More... | |
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 |
|
protected |
|
protected |
Pointer mitk::CameraIntrinsicsProperty::Clone | ( | ) | const |
|
virtual |
|
overridevirtual |
Reimplemented from mitk::BaseProperty.
mitk::CameraIntrinsicsProperty::mitkClassMacro | ( | CameraIntrinsicsProperty | , |
BaseProperty | |||
) |
mitk::CameraIntrinsicsProperty::mitkNewMacro1Param | ( | CameraIntrinsicsProperty | , |
mitk::CameraIntrinsics::Pointer | |||
) |
|
static |
BaseProperty& mitk::BaseProperty::operator= |
Assigns property to this BaseProperty instance.
Subclasses must implement Assign(const BaseProperty&) and call the superclass Assign method for proper handling of polymorphic assignments. The assignment operator of the subclass should be disabled and the baseclass operator should be made visible using "using" statements.
|
virtual |
|
protected |
Definition at line 48 of file mitkCameraIntrinsicsProperty.h.