irtkGradientImageY< VoxelType > Class Template Reference

#include <irtkGradientImageY.h>

Inheritance diagram for irtkGradientImageY< VoxelType >:

Inheritance graph
[legend]
Collaboration diagram for irtkGradientImageY< VoxelType >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class VoxelType>
class irtkGradientImageY< VoxelType >

Class for caluclating the gradient of an image in the y-direction.

Definition at line 23 of file irtkGradientImageY.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.

Member Function Documentation

template<class VoxelType>
virtual Bool irtkGradientImageY< VoxelType >::RequiresBuffering (  )  [protected, virtual]

Returns whether the filter requires buffering.

This filter requires buffering and returns 0.

Reimplemented from irtkGradientImage< VoxelType >.


The documentation for this class was generated from the following file: