|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTransformParametersAdaptor_h
19 #define itkTransformParametersAdaptor_h
54 template <
typename TTransform>
57 Transform<typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension>>
88 auto * tx = dynamic_cast<TransformType *>(_arg);
89 itkAssertOrThrowMacro(tx !=
nullptr,
"Unable to convert Transform to require concrete transform!");
100 itkDebugMacro(
"setting RequiredFixedParameters to " << fixedParameters);
Control indentation during Print() invocation.
Light weight base class for most itk classes.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
virtual void Modified() const