18 #ifndef __itkBSplineInterpolationSecondOrderDerivativeWeightFunction_h
19 #define __itkBSplineInterpolationSecondOrderDerivativeWeightFunction_h
22 #include "vnl/vnl_vector_fixed.h"
44 template<
class TCoordRep = float,
45 unsigned int VSpaceDimension = 2,
46 unsigned int VSplineOrder = 3 >
49 TCoordRep, VSpaceDimension, VSplineOrder >
110 void PrintSelf( std::ostream & os, Indent indent )
const override;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 #include "itkBSplineInterpolationSecondOrderDerivativeWeightFunction.hxx"
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Superclass::IndexType IndexType
Superclass ::SecondOrderDerivativeKernelType SecondOrderDerivativeKernelType
Superclass::KernelType KernelType
virtual void SetDerivativeDirections(unsigned int dir0, unsigned int dir1)
Superclass::DerivativeKernelType DerivativeKernelType
void Compute1DWeights(const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const override
Superclass::WeightsType WeightsType
itkStaticConstMacro(SpaceDimension, unsigned int, VSpaceDimension)
SmartPointer< const Self > ConstPointer
~BSplineInterpolationSecondOrderDerivativeWeightFunction() override
void PrintSelf(std::ostream &os, Indent indent) const override
BSplineInterpolationSecondOrderDerivativeWeightFunction(const Self &)
Superclass::TableType TableType
itkStaticConstMacro(SplineOrder, unsigned int, VSplineOrder)
SmartPointer< Self > Pointer
void operator=(const Self &)
BSplineInterpolationSecondOrderDerivativeWeightFunction()
Superclass::ContinuousIndexType ContinuousIndexType
BSplineInterpolationSecondOrderDerivativeWeightFunction Self
Superclass::OneDWeightsType OneDWeightsType
vnl_vector_fixed< double, 2 > m_DerivativeDirections
Superclass::SizeType SizeType
bool m_EqualDerivativeDirections
BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > Superclass
Returns the weights over the support region used for B-spline interpolation/reconstruction.
ContinuousIndex< TCoordRep, VSpaceDimension > ContinuousIndexType
BSplineSecondOrderDerivativeKernelFunction2< Self::SplineOrder > SecondOrderDerivativeKernelType
Array< double > WeightsType
Size< VSpaceDimension > SizeType
Index< VSpaceDimension > IndexType
Array2D< unsigned long > TableType
Matrix< double, itkGetStaticConstMacro(SpaceDimension), itkGetStaticConstMacro(SplineOrder)+1 > OneDWeightsType
BSplineDerivativeKernelFunction< Self::SplineOrder > DerivativeKernelType
B-spline kernel used for density estimation and nonparameteric regression.