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