#include <mitkCameraIntrinsicsProperty.h>
|
mitk::CameraIntrinsics::Pointer | m_Value |
|
◆ ValueType
◆ CameraIntrinsicsProperty() [1/3]
mitk::CameraIntrinsicsProperty::CameraIntrinsicsProperty |
( |
| ) |
|
|
protected |
◆ CameraIntrinsicsProperty() [2/3]
◆ CameraIntrinsicsProperty() [3/3]
mitk::CameraIntrinsicsProperty::CameraIntrinsicsProperty |
( |
mitk::CameraIntrinsics::Pointer |
value | ) |
|
|
protected |
◆ Clone()
Pointer mitk::CameraIntrinsicsProperty::Clone |
( |
| ) |
const |
◆ FromJSON()
bool mitk::CameraIntrinsicsProperty::FromJSON |
( |
const nlohmann::json & |
j | ) |
|
|
overridevirtual |
Deserialize property value(s) from JSON.
Rely on exceptions for error handling when implementing deserialization.
- Returns
- False if not deserializable by design, true otherwise.
Implements mitk::BaseProperty.
◆ GetValue()
virtual mitk::CameraIntrinsics::Pointer mitk::CameraIntrinsicsProperty::GetValue |
( |
| ) |
const |
|
virtual |
◆ GetValueAsString()
std::string mitk::CameraIntrinsicsProperty::GetValueAsString |
( |
| ) |
const |
|
overridevirtual |
◆ mitkClassMacro()
◆ mitkNewMacro1Param()
◆ New()
static Pointer mitk::CameraIntrinsicsProperty::New |
( |
| ) |
|
|
static |
◆ 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.
◆ SetValue()
virtual void mitk::CameraIntrinsicsProperty::SetValue |
( |
mitk::CameraIntrinsics::Pointer |
_arg | ) |
|
|
virtual |
◆ ToJSON()
bool mitk::CameraIntrinsicsProperty::ToJSON |
( |
nlohmann::json & |
j | ) |
const |
|
overridevirtual |
Serialize property value(s) to JSON.
Rely on exceptions for error handling when implementing serialization.
- Returns
- False if not serializable by design, true otherwise.
Implements mitk::BaseProperty.
◆ m_Value
mitk::CameraIntrinsics::Pointer mitk::CameraIntrinsicsProperty::m_Value |
|
protected |
The documentation for this class was generated from the following file: