19 #ifndef __MITK_Rigid_closedform_points_default_PROFILE_RESOURCE_H
20 #define __MITK_Rigid_closedform_points_default_PROFILE_RESOURCE_H
23 #include "mapExceptionObject.h"
24 #include "mapAlgorithmProfileHelper.h"
31 const char *
const MITK_Rigid_closedform_points_default_profile =
"<Profile>;<Description>Simple 3D rigid (translation and euler angles) registration algorithm using point sets pairs and a closed form solution. It assumes that both given point sets are sorted by pair index.</Description>;<Contact>Ralf Floca; mitk-users@lists.sourceforge.net</Contact>;<Characteristics>;<DataType>Points</DataType>;<ComputationStyle>analytic</ComputationStyle>;<Deterministic/>;<ResolutionStyle>Single</ResolutionStyle>;<DimMoving>3</DimMoving>;<ModalityMoving>any</ModalityMoving>;<DimTarget>3</DimTarget>;<ModalityTarget>any</ModalityTarget>;<Subject>any</Subject>;<Object>any</Object>;<TransformModel>rigid</TransformModel>;<TransformDomain>global</TransformDomain>;</Characteristics>;<Keywords>;<Keyword>basic</Keyword>;<Keyword>point sets</Keyword>;<Keyword>point pair</Keyword>;<Keyword>rigid</Keyword>;</Keywords>;</Profile>";
38 ::map::core::OStringStream stream;
39 stream << __DATE__ <<
" " << __TIME__ <<
"; MAP "<<MAP_FULL_VERSION_STRING<<
"; ITK "<<ITK_VERSION_MAJOR<<
"."<<ITK_VERSION_MINOR<<
"."<<ITK_VERSION_PATCH;
40 ::map::core::String tag = stream.str();
48 return ::map::algorithm::profile::getDescription(tmpProfile);
itk::SmartPointer< Self > Pointer
const char *const MITK_Rigid_closedform_points_default_profile
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.