18 #ifndef itkBackwardDifferenceOperator_h
19 #define itkBackwardDifferenceOperator_h
44 template<
typename TPixel,
unsigned int TDimension = 2,
45 typename TAllocator = NeighborhoodAllocator< TPixel > >
70 { this->FillCenteredDirectional(coeff); }
77 #ifndef ITK_MANUAL_INSTANTIATION
78 #include "itkBackwardDifferenceOperator.hxx"
NeighborhoodOperator< TPixel, TDimension, TAllocator > Superclass
Superclass::CoefficientVector CoefficientVector
BackwardDifferenceOperator()
Operator whose inner product with a neighborhood returns a "half" derivative at the center of the nei...
std::vector< PixelRealType > CoefficientVector
Virtual class that defines a common interface to all neighborhood operator subtypes.
BackwardDifferenceOperator Self
Superclass::PixelType PixelType
void Fill(const CoefficientVector &coeff)