#include <itkBSplineInterpolationDerivativeWeightFunction.h>
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Computes/evaluate the B-spline interpolation weights over the support region of the B-spline.
This class is templated over the coordinate representation type, the space dimension and the spline order.
Definition at line 44 of file itkBSplineInterpolationDerivativeWeightFunction.h.

Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | ContinuousIndexType |
| using | IndexType |
| using | Pointer = SmartPointer<Self> |
| using | Self = BSplineInterpolationDerivativeWeightFunction |
| using | SizeType |
| using | Superclass = BSplineInterpolationWeightFunctionBase<TCoordinate, VSpaceDimension, VSplineOrder> |
| using | WeightsType |
| Public Types inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| using | ConstPointer |
| using | ContinuousIndexType |
| using | IndexType |
| using | Pointer |
| using | Self |
| using | SizeType |
| using | Superclass |
| using | WeightsType |
Public Member Functions | |
| ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationDerivativeWeightFunction) | |
| itkOverrideGetNameOfClassMacro (BSplineInterpolationDerivativeWeightFunction) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
| itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
| virtual void | SetDerivativeDirection (unsigned int dir) |
| Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| WeightsType | Evaluate (const ContinuousIndexType &index) const override |
| ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationWeightFunctionBase) | |
| itkOverrideGetNameOfClassMacro (BSplineInterpolationWeightFunctionBase) | |
| itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
Static Public Member Functions | |
| static Pointer | New () |
| Static Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| static IndexType | ComputeStartIndex (const ContinuousIndexType &index) |
Protected Types | |
| using | DerivativeKernelType |
| using | KernelType |
| using | OneDWeightsType |
| using | SecondOrderDerivativeKernelType |
| Protected Types inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| using | DerivativeKernelPointer |
| using | DerivativeKernelType |
| using | KernelPointer |
| using | KernelType |
| using | OneDWeightsType |
| using | SecondOrderDerivativeKernelPointer |
| using | SecondOrderDerivativeKernelType |
| using | WeightArrayType |
Protected Member Functions | |
| BSplineInterpolationDerivativeWeightFunction () | |
| void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const override |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~BSplineInterpolationDerivativeWeightFunction () override=default | |
| Protected Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| BSplineInterpolationWeightFunctionBase ()=default | |
| virtual void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const=0 |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~BSplineInterpolationWeightFunctionBase () override=default | |
Private Attributes | |
| unsigned int | m_DerivativeDirection {} |
Additional Inherited Members | |
| Static Public Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
| static constexpr unsigned long | NumberOfWeights |
| static constexpr SizeType | SupportSize |
| using itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 83 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Definition at line 111 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::IndexType |
Index and size typedef support.
Definition at line 79 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Interpolation kernel types.
Definition at line 109 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Typedef for intermediary 1D weights. The Matrix is at least twice as fast as std::vector< vnl_vector< double > >, probably because of the fixed size at compile time.
Definition at line 121 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkBSplineInterpolationDerivativeWeightFunction.h.
|
protected |
Definition at line 113 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::Self = BSplineInterpolationDerivativeWeightFunction |
Standard class typedefs.
Definition at line 51 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 80 of file itkBSplineInterpolationWeightFunctionBase.h.
| using itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::Superclass = BSplineInterpolationWeightFunctionBase<TCoordinate, VSpaceDimension, VSplineOrder> |
Definition at line 52 of file itkBSplineInterpolationDerivativeWeightFunction.h.
| using itk::BSplineInterpolationWeightFunctionBase< TCoordinate, VSpaceDimension, VSplineOrder >::WeightsType |
OutputType typedef support.
Definition at line 76 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotected |
Compute the 1D weights, which are:
![\[ \beta( x[i] - startIndex[i] ), \beta( x[i] - startIndex[i] - 1 ),
\beta( x[i] - startIndex[i] - 2 ), \beta( x[i] - startIndex[i] - 3 ) \]](form_46.png)
, with 

| itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::ITK_DISALLOW_COPY_AND_MOVE | ( | BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder > | ) |
| itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::itkOverrideGetNameOfClassMacro | ( | BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder > | ) |
Run-time type information (and related methods).
| itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
| unsigned int | , | ||
| VSpaceDimension | ) |
Space dimension.
| itk::BSplineInterpolationDerivativeWeightFunction< TCoordinate, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
| unsigned int | , | ||
| VSplineOrder | ) |
Spline order.
|
static |
New macro for creation of through the object factory.
|
overrideprotected |
Print the member variables.
|
virtual |
Set the first order derivative direction.
|
private |
Member variables.
Definition at line 106 of file itkBSplineInterpolationDerivativeWeightFunction.h.
Generated on 26-02-2026
for elastix by 1.16.1 (669aeeefca743c148e2d935b3d3c69535c7491e6) |