18 #ifndef itkForwardDifferenceOperator_h
19 #define itkForwardDifferenceOperator_h
43 template<
typename TPixel,
unsigned int VDimension = 2,
44 typename TAllocator = NeighborhoodAllocator< TPixel > >
85 #ifndef ITK_MANUAL_INSTANTIATION
86 #include "itkForwardDifferenceOperator.hxx"
ForwardDifferenceOperator Self
ForwardDifferenceOperator()
CoefficientVector GenerateCoefficients()
Superclass::PixelType PixelType
NeighborhoodOperator< TPixel, VDimension, TAllocator > Superclass
void Fill(const CoefficientVector &coeff)
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.
ForwardDifferenceOperator(const Self &other)
Superclass::CoefficientVector CoefficientVector
virtual void FillCenteredDirectional(const CoefficientVector &)
Self & operator=(const Self &other)
Self & operator=(const Self &orig)