18 #ifndef itkForwardDifferenceOperator_h
19 #define itkForwardDifferenceOperator_h
43 template<
typename TPixel,
unsigned int VDimension = 2,
44 typename TAllocator = NeighborhoodAllocator< TPixel > >
66 Superclass::operator=(other);
81 this->FillCenteredDirectional(coeff);
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkForwardDifferenceOperator.hxx"
typename Superclass::PixelType PixelType
Operator whose inner product with a neighborhood returns a "half" derivative at the center of the nei...
void Fill(const CoefficientVector &coeff) override
Virtual class that defines a common interface to all neighborhood operator subtypes.
ForwardDifferenceOperator(const Self &other)
Self & operator=(const Self &other)
typename Superclass::CoefficientVector CoefficientVector
std::vector< PixelRealType > CoefficientVector