18 #ifndef sitkCenteredVersorTransformInitializerFilter_h
19 #define sitkCenteredVersorTransformInitializerFilter_h
62 SITK_RETURN_SELF_TYPE_HEADER
SetComputeRotation (
bool ComputeRotation ) { this->m_ComputeRotation = ComputeRotation;
return *
this; }
73 std::string
GetName()
const {
return std::string (
"CenteredVersorTransformInitializerFilter"); }
76 std::string ToString()
const;
98 nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
#define SITKBasicFilters_EXPORT
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type BasicPixelIDTypeList
Transform CenteredVersorTransformInitializer(const Image &fixedImage, const Image &movingImage, const Transform &transform, bool computeRotation=false)
CenteredVersorTransformInitializer is a helper class intended to initialize the center of rotation...
The main Image class for SimpleITK.
Base class for SimpleITK classes based on ProcessObject.