18 #ifndef __itkBSplineSyNImageRegistrationMethod_h
19 #define __itkBSplineSyNImageRegistrationMethod_h
31 template <
unsigned int VDimension,
class TDataHolder>
33 template <
class TDataHolder>
53 template<
typename TFixedImage,
typename TMovingImage,
typename TOutputTransform =
69 itkStaticConstMacro( ImageDimension,
unsigned int, TFixedImage::ImageDimension );
95 typedef typename OutputTransformType::ScalarType
RealType;
121 virtual void StartOptimization();
123 virtual void InitializeRegistrationAtEachLevel(
const SizeValueType );
131 void operator=(
const Self & );
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkBSplineSyNImageRegistrationMethod.hxx"