19bool CameraIntrinsicsProperty::IsEqual(
const BaseProperty& property)
const
21 return this->
m_Value->Equals(
static_cast<const Self&
>(property).
m_Value.GetPointer());
24bool CameraIntrinsicsProperty::Assign(
const BaseProperty& property)
32 std::stringstream myStr;
48 : BaseProperty(), m_Value( value )
51itk::LightObject::Pointer CameraIntrinsicsProperty::InternalClone()
const
53 itk::LightObject::Pointer result(
new Self(*
this));
std::string GetValueAsString() const override
CameraIntrinsicsProperty()
mitk::CameraIntrinsics::Pointer m_Value
bool ToJSON(nlohmann::json &j) const override
bool FromJSON(const nlohmann::json &j) override