18 #ifndef __itkBSplineInterpolationWeightFunction2_h 19 #define __itkBSplineInterpolationWeightFunction2_h 42 template<
class TCoordRep =
float,
43 unsigned int VSpaceDimension = 2,
44 unsigned int VSplineOrder = 3 >
47 TCoordRep, VSpaceDimension, VSplineOrder >
96 const ContinuousIndexType & index,
97 const IndexType & startIndex,
98 OneDWeightsType & weights1D )
const;
109 #ifndef ITK_MANUAL_INSTANTIATION 110 #include "itkBSplineInterpolationWeightFunction2.hxx" Superclass::TableType TableType
Superclass::ContinuousIndexType ContinuousIndexType
Matrix< double, itkGetStaticConstMacro(SpaceDimension), itkGetStaticConstMacro(SplineOrder)+1 > OneDWeightsType
Superclass::WeightsType WeightsType
ContinuousIndex< TCoordRep, VSpaceDimension > ContinuousIndexType
BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > Superclass
Superclass::KernelType KernelType
SmartPointer< Self > Pointer
Superclass::SizeType SizeType
Size< VSpaceDimension > SizeType
Superclass::WeightArrayType WeightArrayType
Superclass::SecondOrderDerivativeKernelType SecondOrderDerivativeKernelType
~BSplineInterpolationWeightFunction2()
Returns the weights over the support region used for B-spline interpolation/reconstruction.
BSplineDerivativeKernelFunction< Self::SplineOrder > DerivativeKernelType
Array< double > WeightsType
BSplineInterpolationWeightFunction2()
Superclass::IndexType IndexType
SmartPointer< const Self > ConstPointer
virtual void Compute1DWeights(const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const
BSplineInterpolationWeightFunction2 Self
itkStaticConstMacro(SpaceDimension, unsigned int, VSpaceDimension)
KernelType::WeightArrayType WeightArrayType
Array2D< unsigned long > TableType
Index< VSpaceDimension > IndexType
void operator=(const Self &)
B-spline kernel used for density estimation and nonparameteric regression.
Superclass::DerivativeKernelType DerivativeKernelType
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Derivative of a B-spline kernel used for density estimation and nonparametric regression.
Superclass::OneDWeightsType OneDWeightsType