18 #ifndef __itkCyclicBSplineDeformableTransform_h
19 #define __itkCyclicBSplineDeformableTransform_h
23 #include "itkImageRegion.h"
41 class TScalarType =
double,
42 unsigned int NDimensions = 3,
43 unsigned int VSplineOrder = 3 >
83 typedef typename ParametersType::ValueType PixelType;
84 typedef Image< PixelType,
85 itkGetStaticConstMacro( SpaceDimension ) >
ImageType;
90 typedef typename RegionType::SizeType
SizeType;
98 typedef typename Superclass::
100 typedef typename Superclass::
103 typedef typename Superclass::
105 typedef typename Superclass::
107 typedef typename Superclass::
110 itkGetStaticConstMacro( SpaceDimension ) - 1,
112 typedef typename RedWeightsFunctionType::
130 bool & inside )
const override;
150 const RegionType & supportRegion )
const override;
171 #ifndef ITK_MANUAL_INSTANTIATION
172 #include "itkCyclicBSplineDeformableTransform.hxx"
Returns the weights over the support region used for B-spline interpolation/reconstruction.