20 #ifndef MIRTK_FreeFormTransformationIntegration_H 21 #define MIRTK_FreeFormTransformationIntegration_H 29 #include "mirtk/FFDIntegrationMethod.h" 32 #include "FreeFormTransformationRungeKutta.h" 40 #define MIRTK_FFDIM2(NAME, FFD) \ 41 typedef mirtk::FreeFormTransformationIntegration##NAME<FFD> NAME; 45 #define MIRTK_FFDIM3(NAME, FFD, METHOD) \ 46 typedef mirtk::FreeFormTransformationIntegration##METHOD<FFD> NAME; 49 #endif // MIRTK_FreeFormTransformationIntegration_H