class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. There is special code for cases where the structuring element is bigger than the image size that aren't particularly anchor related, but use the same data structures. Hopefully these sections occupy a very minor proportion of the time. More...
#include <itkAnchorErodeDilateLine.h>
Public Types | |
typedef TInputPix | InputImagePixelType |
Public Member Functions | |
AnchorErodeDilateLine () | |
void | DoLine (InputImagePixelType *buffer, InputImagePixelType *inbuffer, unsigned bufflength) |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | SetSize (unsigned int size) |
~AnchorErodeDilateLine () |
class to implement erosions and dilations using anchor methods. This is the base class that must be instantiated with appropriate definitions of greater, less and so on. There is special code for cases where the structuring element is bigger than the image size that aren't particularly anchor related, but use the same data structures. Hopefully these sections occupy a very minor proportion of the time.
Definition at line 36 of file itkAnchorErodeDilateLine.h.
typedef TInputPix itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 >::InputImagePixelType |
Some convenient typedefs.
Definition at line 41 of file itkAnchorErodeDilateLine.h.
itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 >::AnchorErodeDilateLine | ( | ) |
itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 >::~AnchorErodeDilateLine | ( | ) | [inline] |
Definition at line 53 of file itkAnchorErodeDilateLine.h.
void itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 >::DoLine | ( | InputImagePixelType * | buffer, | |
InputImagePixelType * | inbuffer, | |||
unsigned | bufflength | |||
) |
void itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 >::PrintSelf | ( | std::ostream & | os, | |
Indent | indent | |||
) | const |
void itk::AnchorErodeDilateLine< TInputPix, TFunction1, TFunction2 >::SetSize | ( | unsigned int | size | ) | [inline] |
Definition at line 46 of file itkAnchorErodeDilateLine.h.