18 #ifndef itkTransformParametersAdaptor_h
19 #define itkTransformParametersAdaptor_h
54 template<
typename TTransform>
56 :
public TransformParametersAdaptorBase< Transform<typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension> >
86 itkAssertOrThrowMacro( tx !=
nullptr,
"Unable to convert Transform to require concrete transform!" );
96 itkDebugMacro(
"setting RequiredFixedParameters to " << fixedParameters );
Light weight base class for most itk classes.
virtual void Modified() const
Control indentation during Print() invocation.