Medical Imaging Interaction Toolkit
2024.06.99-60d9b802
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkDropdownQuestion_h
14 #define mitkDropdownQuestion_h
31 std::string GetType()
const override;
32 Question* CreateAnother()
const override;
34 void FromJSON(
const nlohmann::ordered_json& j)
override;
35 void ToJSON(nlohmann::ordered_json& j)
const override;
MITKCORE_EXPORT void FromJSON(const nlohmann::json &j, AffineTransform3D::Pointer transform)
Read transform from JSON array (16 elements, resp. 4x4 matrix).
MITKCORE_EXPORT void ToJSON(nlohmann::json &j, AffineTransform3D::ConstPointer transform)
Write transform (4x4 matrix) as JSON array with 16 elements.