18#ifndef itkBSplineBaseTransform_h
19#define itkBSplineBaseTransform_h
33template <
typename TParametersValueType =
double,
unsigned int VDimension = 3,
unsigned int VSplineOrder = 3>
204 using typename Superclass::DerivativeType;
257 bool & inside)
const = 0;
259#if !defined(ITK_LEGACY_REMOVE)
269 using Superclass::TransformVector;
273 itkExceptionMacro(
"Method not applicable for deformable transform.");
282 itkExceptionMacro(
"Method not applicable for deformable transform. ");
287 using Superclass::TransformCovariantVector;
288 OutputCovariantVectorType
291 itkExceptionMacro(
"Method not applicable for deformable transform. ");
307 itkExceptionMacro(
"ComputeJacobianWithRespectToPosition not yet implemented "
311 using Superclass::ComputeJacobianWithRespectToPosition;
314 NumberOfParametersType
411 static CoefficientImageArray
416#ifndef ITK_MANUAL_INSTANTIATION
417# 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.
TParametersValueType ValueType
A templated class holding a geometric point in n-Dimensional space.
Implements transparent reference counting.
A templated class holding a n-Dimensional vector.
const char * GetNameOfClass() const override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
*par Constraints *The filter image with at least two dimensions and a vector *length of at least The theory supports extension to scalar but *the implementation of the itk vector classes do not **The template parameter TRealType must be floating point(float or double) or *a user-defined "real" numerical type with arithmetic operations defined *sufficient to compute derivatives. **\par Performance *This filter will automatically multithread if run with *SetUsePrincipleComponents
*par Constraints *The filter image with at least two dimensions and a vector *length of at least The theory supports extension to scalar images