13 #ifndef mitkAffineTransform3D_h
14 #define mitkAffineTransform3D_h
17 #include <itkScalableAffineTransform.h>
18 #include <nlohmann/json_fwd.hpp>
Find image slices visible on a given plane.
MITKCORE_EXPORT void ToJSON(nlohmann::json &j, AffineTransform3D::ConstPointer transform)
Write transform (4x4 matrix) as JSON array with 16 elements.
itk::ScalableAffineTransform< ScalarType, 3 > AffineTransform3D
MITKCORE_EXPORT void FromJSON(const nlohmann::json &j, AffineTransform3D::Pointer transform)
Read transform from JSON array (16 elements, resp. 4x4 matrix).