Medical Imaging Interaction Toolkit  2024.06.00
Medical Imaging Interaction Toolkit
mitkAffineTransform3D.h File Reference
#include <mitkNumericConstants.h>
#include <itkScalableAffineTransform.h>
#include <nlohmann/json.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...