18#ifndef itkBSplineSmoothingOnUpdateDisplacementFieldTransform_h
19#define itkBSplineSmoothingOnUpdateDisplacementFieldTransform_h
46template <
typename TParametersValueType,
unsigned int VDimension>
66 static constexpr unsigned int Dimension = VDimension;
121 itkSetMacro(NumberOfControlPointsForTheUpdateField,
ArrayType);
130 itkGetConstMacro(NumberOfControlPointsForTheUpdateField,
ArrayType);
148 itkSetMacro(NumberOfControlPointsForTheTotalField,
ArrayType);
157 itkGetConstMacro(NumberOfControlPointsForTheTotalField,
ArrayType);
172 itkBooleanMacro(EnforceStationaryBoundary);
173 itkSetMacro(EnforceStationaryBoundary,
bool);
174 itkGetConstMacro(EnforceStationaryBoundary,
bool);
203#ifndef ITK_MANUAL_INSTANTIATION
204# include "itkBSplineSmoothingOnUpdateDisplacementFieldTransform.hxx"
ParametersValueType ValueType
Class which takes a dense displacement field image and/or a set of points with associated displacemen...
typename BSplineFilterType::ArrayType ArrayType
typename BSplineFilterType::WeightsContainerType WeightsContainerType
OutputVectorType PixelType
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
A superclass of the N-dimensional mesh structure; supports point (geometric coordinate and attribute)...
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....