Go to the documentation of this file.
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 >
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkBSplineInterpolationWeightFunction2.hxx"
BSplineSecondOrderDerivativeKernelFunction2< Self::SplineOrder > SecondOrderDerivativeKernelType
ContinuousIndex< TCoordRep, VSpaceDimension > ContinuousIndexType
KernelType::WeightArrayType WeightArrayType
Superclass::KernelType KernelType
Superclass::SizeType SizeType
BSplineDerivativeKernelFunction< Self::SplineOrder > DerivativeKernelType
itkStaticConstMacro(SplineOrder, unsigned int, VSplineOrder)
itkStaticConstMacro(SpaceDimension, unsigned int, VSpaceDimension)
BSplineInterpolationWeightFunction2(const Self &)
Index< VSpaceDimension > IndexType
void operator=(const Self &)
Array< double > WeightsType
Superclass::WeightArrayType WeightArrayType
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Superclass::ContinuousIndexType ContinuousIndexType
SmartPointer< const Self > ConstPointer
Superclass::WeightsType WeightsType
Superclass::DerivativeKernelType DerivativeKernelType
~BSplineInterpolationWeightFunction2()
Matrix< double, itkGetStaticConstMacro(SpaceDimension), itkGetStaticConstMacro(SplineOrder)+1 > OneDWeightsType
SmartPointer< Self > Pointer
Superclass::OneDWeightsType OneDWeightsType
BSplineInterpolationWeightFunction2 Self
Returns the weights over the support region used for B-spline interpolation/reconstruction.
virtual void Compute1DWeights(const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const
Superclass ::SecondOrderDerivativeKernelType SecondOrderDerivativeKernelType
BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > Superclass
B-spline kernel used for density estimation and nonparameteric regression.
Superclass::IndexType IndexType
BSplineInterpolationWeightFunction2()
Superclass::TableType TableType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|