#include <itkForwardDifferenceOperator.h>
Inheritance diagram for itk::ForwardDifferenceOperator< TPixel, VDimension, TAllocator >:
Public Types | |
typedef ForwardDifferenceOperator | Self |
typedef NeighborhoodOperator< TPixel, VDimension, TAllocator > | Superclass |
typedef Superclass::PixelType | PixelType |
Public Member Functions | |
ForwardDifferenceOperator () | |
ForwardDifferenceOperator (const Self &other) | |
Self & | operator= (const Self &other) |
Protected Types | |
typedef Superclass::CoefficientVector | CoefficientVector |
Protected Member Functions | |
CoefficientVector | GenerateCoefficients () |
void | Fill (const CoefficientVector &coeff) |
ForwardDifferenceOperator uses forward differences i.e. F(x+1) - F(x) 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 40 of file itkForwardDifferenceOperator.h.
|
Necessary to work around VC++ compiler bug. Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 69 of file itkForwardDifferenceOperator.h. |
|
External support for pixel type Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 49 of file itkForwardDifferenceOperator.h. |
|
Standard class typedefs. Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 46 of file itkForwardDifferenceOperator.h. Referenced by itk::ForwardDifferenceOperator< TPixel, VDimension, TAllocator >::ForwardDifferenceOperator(). |
|
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 47 of file itkForwardDifferenceOperator.h. |
|
Constructor. Definition at line 52 of file itkForwardDifferenceOperator.h. References itk::ForwardDifferenceOperator< TPixel, VDimension, TAllocator >::Self. |
|
Copy constructor Definition at line 55 of file itkForwardDifferenceOperator.h. |
|
Arranges coefficients spatially in the memory buffer. Implements itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 75 of file itkForwardDifferenceOperator.h. |
|
Calculates operator coefficients. Implements itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. |
|
Assignment operator Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >. Definition at line 60 of file itkForwardDifferenceOperator.h. |