18 #ifndef __itkTransformParametersAdaptor_h
19 #define __itkTransformParametersAdaptor_h
54 template<
typename TTransform>
56 :
public TransformParametersAdaptorBase< Transform<typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension> >
83 itkAssertOrThrowMacro( tx != ITK_NULLPTR,
"Unable to convert Transform to require concrete transform!" );
94 itkGetConstReferenceMacro( RequiredFixedParameters,
ParametersType );
Light weight base class for most itk classes.
Control indentation during Print() invocation.