#include <itkBSplineInterpolationWeightFunction2.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 43 of file itkBSplineInterpolationWeightFunction2.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | ContinuousIndexType |
using | IndexType |
using | Pointer = SmartPointer<Self> |
using | Self = BSplineInterpolationWeightFunction2 |
using | SizeType |
using | Superclass = BSplineInterpolationWeightFunctionBase<TCoordRep, 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 | |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationWeightFunction2) | |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
Public Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
void | ComputeStartIndex (const ContinuousIndexType &index, IndexType &startIndex) const |
virtual void | Evaluate (const ContinuousIndexType &cindex, const IndexType &startIndex, WeightsType &weights) const |
WeightsType | Evaluate (const ContinuousIndexType &index) const override |
ITK_DISALLOW_COPY_AND_MOVE (BSplineInterpolationWeightFunctionBase) | |
itkStaticConstMacro (SpaceDimension, unsigned int, VSpaceDimension) | |
itkStaticConstMacro (SplineOrder, unsigned int, VSplineOrder) | |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
using | DerivativeKernelType |
using | KernelType |
using | OneDWeightsType |
using | SecondOrderDerivativeKernelType |
using | WeightArrayType |
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 | |
BSplineInterpolationWeightFunction2 ()=default | |
void | Compute1DWeights (const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const override |
~BSplineInterpolationWeightFunction2 () override=default | |
Protected Member Functions inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
BSplineInterpolationWeightFunctionBase () | |
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 | |
Additional Inherited Members | |
Static Public Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
static constexpr unsigned long | NumberOfWeights |
static constexpr SizeType | SupportSize |
Protected Attributes inherited from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 > | |
vnl_matrix< unsigned long > | m_OffsetToIndexTable |
using itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::ConstPointer = SmartPointer<const Self> |
Definition at line 53 of file itkBSplineInterpolationWeightFunction2.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::ContinuousIndexType |
ContinuousIndex typedef support.
Definition at line 84 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Definition at line 114 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::IndexType |
Index and size typedef support.
Definition at line 80 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protected |
Interpolation kernel types.
Definition at line 112 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 124 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::Pointer = SmartPointer<Self> |
Definition at line 52 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 116 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::Self = BSplineInterpolationWeightFunction2 |
Standard class typedefs.
Definition at line 50 of file itkBSplineInterpolationWeightFunction2.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::SizeType |
Definition at line 81 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::Superclass = BSplineInterpolationWeightFunctionBase<TCoordRep, VSpaceDimension, VSplineOrder> |
Definition at line 51 of file itkBSplineInterpolationWeightFunction2.h.
|
protected |
Definition at line 118 of file itkBSplineInterpolationWeightFunctionBase.h.
using itk::BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder >::WeightsType |
OutputType typedef support.
Definition at line 77 of file itkBSplineInterpolationWeightFunctionBase.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotected |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::BSplineInterpolationWeightFunctionBase< float, 2, 3 >.
itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::ITK_DISALLOW_COPY_AND_MOVE | ( | BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder > | ) |
itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SpaceDimension | , |
unsigned int | , | ||
VSpaceDimension | ) |
Space dimension.
itk::BSplineInterpolationWeightFunction2< TCoordRep, VSpaceDimension, VSplineOrder >::itkStaticConstMacro | ( | SplineOrder | , |
unsigned int | , | ||
VSplineOrder | ) |
Spline order.
|
static |
New macro for creation of through the object factory.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |