14 #ifndef _mitkRegistrationHelper_h 15 #define _mitkRegistrationHelper_h 18 #include "itkScalableAffineTransform.h" 21 #include "mapRegistrationAlgorithmBase.h" 22 #include "mapRegistration.h" 54 static Affine3DTransformType::Pointer getAffineMatrix(
const RegistrationBaseType* registration,
bool inverseKernel);
57 static bool is3D(
const RegistrationBaseType* regBase);
75 typedef ::map::core::Registration<3,3>::DirectMappingType RegistrationKernel3DBase;
76 static Affine3DTransformType::Pointer getAffineMatrix(
const RegistrationKernel3DBase& kernel);
DataCollection - Class to facilitate loading/accessing structured data.
::map::core::RegistrationBase RegistrationBaseType
MAPRegistrationWrapper Wrapper class to allow the handling of MatchPoint registration objects as mitk...
#define MITKMATCHPOINTREGISTRATION_EXPORT
::map::core::Registration< 3, 3 > Registration3DType
::itk::ScalableAffineTransform< ::mitk::ScalarType, 3 > Affine3DTransformType
Class for nodes of the DataTree.