#include <itkBackwardDifferenceOperator.h>
Inheritance diagram for itk::BackwardDifferenceOperator< TPixel, VDimension, TAllocator >:
Public Types | |
typedef BackwardDifferenceOperator | Self |
typedef NeighborhoodOperator< TPixel, VDimension, TAllocator > | Superclass |
typedef Superclass::PixelType | PixelType |
Public Member Functions | |
BackwardDifferenceOperator () | |
Protected Types | |
typedef Superclass::CoefficientVector | CoefficientVector |
Protected Member Functions | |
CoefficientVector | GenerateCoefficients () |
void | Fill (const CoefficientVector &coeff) |
BackwardDifferenceOperator uses backward differences i.e. F(x) - F(x-1) to calculate a "half" derivative useful, among other things, in solving differential equations. It is a directional NeighborhoodOperator that should be applied to a Neighborhood using the inner product.
Definition at line 41 of file itkBackwardDifferenceOperator.h.
|
Necessary to work around a compiler bug in VC++. Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 58 of file itkBackwardDifferenceOperator.h. Referenced by itk::BackwardDifferenceOperator< TPixel, VDimension, TAllocator >::BackwardDifferenceOperator(). |
|
From Superclass Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 51 of file itkBackwardDifferenceOperator.h. |
|
Standard class typedefs. Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 47 of file itkBackwardDifferenceOperator.h. |
|
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 48 of file itkBackwardDifferenceOperator.h. |
|
Constructor. Definition at line 54 of file itkBackwardDifferenceOperator.h. References itk::BackwardDifferenceOperator< TPixel, VDimension, TAllocator >::CoefficientVector. |
|
Arranges coefficients spatially in the memory buffer. Implements itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 64 of file itkBackwardDifferenceOperator.h. |
|
Calculates operator coefficients. Implements itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. |