#include <irtkDilation.h>


This class defines and implements the morphological dilation of images.
Definition at line 26 of file irtkDilation.h.
Public Member Functions | |
| irtkDilation () | |
| Constructor. | |
| ~irtkDilation () | |
| Destructor. | |
| virtual void | Run () |
| Run dilation. | |
Protected Member Functions | |
| virtual Bool | RequiresBuffering () |
| Returns whether the filter requires buffering. | |
| virtual const char * | NameOfClass () |
| Returns the name of the class. | |