18 #ifndef itkCenteredVersorTransformInitializer_h
19 #define itkCenteredVersorTransformInitializer_h
39 template<
typename TFixedImage,
40 typename TMovingImage >
43 VersorRigid3DTransform< double >,
44 TFixedImage, TMovingImage >
53 TFixedImage, TMovingImage >;
69 static constexpr
unsigned int InputSpaceDimension = Superclass::InputSpaceDimension;
70 static constexpr
unsigned int OutputSpaceDimension = Superclass::OutputSpaceDimension;
89 void InitializeTransform()
override;
93 itkSetMacro(ComputeRotation,
bool);
94 itkGetMacro(ComputeRotation,
bool);
95 itkBooleanMacro(ComputeRotation);
102 void PrintSelf(std::ostream & os,
Indent indent)
const override;
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkCenteredVersorTransformInitializer.hxx"
Light weight base class for most itk classes.
Control indentation during Print() invocation.
Base class for most ITK classes.