#include <irtkGradientImage.h>


The class provides an iterface to subclasses which calculate the gradient in x- , y- and z- directions.
Definition at line 25 of file irtkGradientImage.h.
Public Member Functions | |
| virtual void | Run () |
| Run the convolution filter. | |
Protected Member Functions | |
| virtual Bool | RequiresBuffering () |
| Returns whether the filter requires buffering. | |
| virtual const char * | NameOfClass () |
| Returns the name of the class. | |
| virtual double | Run (int, int, int, int) |
| Run filter on single voxel. | |
| virtual Bool irtkGradientImage< VoxelType >::RequiresBuffering | ( | ) | [protected, virtual] |
Returns whether the filter requires buffering.
This filter requires buffering and returns 0.
Implements irtkImageToImage< VoxelType >.
Reimplemented in irtkGradientImageX< VoxelType >, irtkGradientImageY< VoxelType >, and irtkGradientImageZ< VoxelType >.