Go to the documentation of this file.
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 virtual void PrintSelf( std::ostream & os, Indent indent )
const;
124 #ifndef ITK_MANUAL_INSTANTIATION
125 #include "itkBSplineInterpolationSecondOrderDerivativeWeightFunction.hxx"
BSplineSecondOrderDerivativeKernelFunction2< Self::SplineOrder > SecondOrderDerivativeKernelType
Superclass::KernelType KernelType
ContinuousIndex< TCoordRep, VSpaceDimension > ContinuousIndexType
BSplineDerivativeKernelFunction< Self::SplineOrder > DerivativeKernelType
BSplineInterpolationWeightFunctionBase< TCoordRep, VSpaceDimension, VSplineOrder > Superclass
itkStaticConstMacro(SplineOrder, unsigned int, VSplineOrder)
Superclass ::SecondOrderDerivativeKernelType SecondOrderDerivativeKernelType
virtual void SetDerivativeDirections(unsigned int dir0, unsigned int dir1)
Index< VSpaceDimension > IndexType
Array< double > WeightsType
Returns the weights over the support region used for B-spline interpolation/reconstruction.
Superclass::DerivativeKernelType DerivativeKernelType
bool m_EqualDerivativeDirections
SmartPointer< const Self > ConstPointer
Returns the weights over the support region used for B-spline interpolation/reconstruction.
BSplineInterpolationSecondOrderDerivativeWeightFunction(const Self &)
virtual void PrintSelf(std::ostream &os, Indent indent) const
Superclass::TableType TableType
~BSplineInterpolationSecondOrderDerivativeWeightFunction()
Superclass::IndexType IndexType
Matrix< double, itkGetStaticConstMacro(SpaceDimension), itkGetStaticConstMacro(SplineOrder)+1 > OneDWeightsType
BSplineInterpolationSecondOrderDerivativeWeightFunction Self
virtual void Compute1DWeights(const ContinuousIndexType &index, const IndexType &startIndex, OneDWeightsType &weights1D) const
Superclass::WeightsType WeightsType
itkStaticConstMacro(SpaceDimension, unsigned int, VSpaceDimension)
SmartPointer< Self > Pointer
void operator=(const Self &)
Superclass::SizeType SizeType
vnl_vector_fixed< double, 2 > m_DerivativeDirections
BSplineInterpolationSecondOrderDerivativeWeightFunction()
B-spline kernel used for density estimation and nonparameteric regression.
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::OneDWeightsType OneDWeightsType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|