|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <mitkNumericConstants.h>#include <itkScalableAffineTransform.h>#include <nlohmann/json_fwd.hpp>#include <MitkCoreExports.h>Go to the source code of this file.
Namespaces | |
| mitk | |
| Find image slices visible on a given plane. | |
Typedefs | |
| using | mitk::AffineTransform3D = itk::ScalableAffineTransform< ScalarType, 3 > |
Functions | |
| MITKCORE_EXPORT void | mitk::ToJSON (nlohmann::json &j, AffineTransform3D::ConstPointer transform) |
| Write transform (4x4 matrix) as JSON array with 16 elements. More... | |
| MITKCORE_EXPORT void | mitk::FromJSON (const nlohmann::json &j, AffineTransform3D::Pointer transform) |
| Read transform from JSON array (16 elements, resp. 4x4 matrix). More... | |