18#ifndef itkBSplineBaseTransform_h
19#define itkBSplineBaseTransform_h
33template <
typename TParametersValueType =
double,
unsigned int VDimension = 3,
unsigned int VSplineOrder = 3>
203 using typename Superclass::DerivativeType;
256 bool & inside)
const = 0;
258#if !defined(ITK_LEGACY_REMOVE)
260 itkLegacyMacro(
unsigned long GetNumberOfWeights()
const)
268 using Superclass::TransformVector;
272 itkExceptionMacro(
"Method not applicable for deformable transform.");
280 itkExceptionMacro(
"Method not applicable for deformable transform. ");
285 using Superclass::TransformCovariantVector;
286 OutputCovariantVectorType
289 itkExceptionMacro(
"Method not applicable for deformable transform. ");
304 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition not yet implemented "
308 using Superclass::ComputeJacobianWithRespectToPosition;
311 NumberOfParametersType
321 return Self::TransformCategoryEnum::BSpline;
409 static CoefficientImageArray
414#ifndef ITK_MANUAL_INSTANTIATION
415# include "itkBSplineBaseTransform.hxx"
Returns the weights over the support region used for B-spline interpolation/reconstruction.
SmartPointer< Self > Pointer
ContinuousIndex< ScalarType, VSpaceDimension > ContinuousIndexType
typename Superclass::OutputType WeightsType
static constexpr unsigned int NumberOfWeights
A templated class holding a n-Dimensional covariant vector.
Simulate a standard C array with copy semantics.
An image region represents a structured region of data.
Index< VImageDimension > IndexType
Size< VImageDimension > SizeType
Templated n-dimensional image class.
Point< PointValueType, VImageDimension > PointType
ParametersValueType PixelType
Vector< SpacingValueType, VImageDimension > SpacingType
Matrix< SpacePrecisionType, VImageDimension, VImageDimension > DirectionType
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
ParametersValueType ValueType
A templated class holding a geometric point in n-Dimensional space.
Implements transparent reference counting.
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....