#include <mitkNeumannBoundary.h>
Inherits mitkVolumeToVolumeFilter.
Inheritance diagram for mitkNeumannBoundary:


Public Member Functions | |
| virtual void | PrintSelf (ostream &os) |
| mitkNeumannBoundary () | |
For example, invoking this function object on a 7x5 iterator that masks a region at an image corner (iterator is centered on the 2):
* * * * * * *
* * * * * * *
* * 1 2 3 4 5 (where * denotes pixels that lie
* * 3 3 5 5 6 outside of the image boundary)
* * 4 4 6 7 8
1 1 1 2 3 4 5
1 1 1 2 3 4 5
1 1 1 2 3 4 5
3 3 3 3 5 5 6 (note the corner values)
4 4 4 4 6 7 8
|
|
Default constructor. |
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeToVolumeFilter. |
1.4.3