19 bool CameraIntrinsicsProperty::IsEqual(
const BaseProperty& property)
const 21 return this->
m_Value->Equals(static_cast<const Self&>(property).
m_Value.GetPointer());
24 bool CameraIntrinsicsProperty::Assign(
const BaseProperty& property)
32 std::stringstream myStr;
51 itk::LightObject::Pointer CameraIntrinsicsProperty::InternalClone()
const 53 itk::LightObject::Pointer result(
new Self(*
this));
CameraIntrinsicsProperty()
virtual mitk::CameraIntrinsics::Pointer GetValue() const
DataCollection - Class to facilitate loading/accessing structured data.
Abstract base class for properties.
mitk::CameraIntrinsics::Pointer m_Value
std::string GetValueAsString() const override