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