#include <itkAnchorHistogram.h>
Public Member Functions | |
virtual void | AddBoundary () |
virtual void | AddPixel (const TInputPixel &) |
virtual TInputPixel | GetValue () |
MorphologyHistogram () | |
virtual void | RemoveBoundary () |
virtual void | RemovePixel (const TInputPixel &) |
virtual void | Reset () |
void | SetBoundary (const TInputPixel &val) |
virtual | ~MorphologyHistogram () |
Protected Attributes | |
TInputPixel | m_Boundary |
Definition at line 30 of file itkAnchorHistogram.h.
itk::MorphologyHistogram< TInputPixel >::MorphologyHistogram | ( | ) | [inline] |
Definition at line 33 of file itkAnchorHistogram.h.
virtual itk::MorphologyHistogram< TInputPixel >::~MorphologyHistogram | ( | ) | [inline, virtual] |
Definition at line 34 of file itkAnchorHistogram.h.
virtual void itk::MorphologyHistogram< TInputPixel >::AddBoundary | ( | ) | [inline, virtual] |
Reimplemented in itk::MorphologyHistogramMap< TInputPixel, TCompare >, and itk::MorphologyHistogramVec< TInputPixel, TCompare >.
Definition at line 38 of file itkAnchorHistogram.h.
virtual void itk::MorphologyHistogram< TInputPixel >::AddPixel | ( | const TInputPixel & | ) | [inline, virtual] |
Reimplemented in itk::MorphologyHistogramMap< TInputPixel, TCompare >, and itk::MorphologyHistogramVec< TInputPixel, TCompare >.
Definition at line 42 of file itkAnchorHistogram.h.
virtual TInputPixel itk::MorphologyHistogram< TInputPixel >::GetValue | ( | void | ) | [inline, virtual] |
Reimplemented in itk::MorphologyHistogramMap< TInputPixel, TCompare >, and itk::MorphologyHistogramVec< TInputPixel, TCompare >.
Definition at line 46 of file itkAnchorHistogram.h.
References itk::MorphologyHistogram< TInputPixel >::m_Boundary.
virtual void itk::MorphologyHistogram< TInputPixel >::RemoveBoundary | ( | ) | [inline, virtual] |
Reimplemented in itk::MorphologyHistogramMap< TInputPixel, TCompare >, and itk::MorphologyHistogramVec< TInputPixel, TCompare >.
Definition at line 40 of file itkAnchorHistogram.h.
virtual void itk::MorphologyHistogram< TInputPixel >::RemovePixel | ( | const TInputPixel & | ) | [inline, virtual] |
Reimplemented in itk::MorphologyHistogramMap< TInputPixel, TCompare >, and itk::MorphologyHistogramVec< TInputPixel, TCompare >.
Definition at line 44 of file itkAnchorHistogram.h.
virtual void itk::MorphologyHistogram< TInputPixel >::Reset | ( | void | ) | [inline, virtual] |
Reimplemented in itk::MorphologyHistogramMap< TInputPixel, TCompare >, and itk::MorphologyHistogramVec< TInputPixel, TCompare >.
Definition at line 36 of file itkAnchorHistogram.h.
void itk::MorphologyHistogram< TInputPixel >::SetBoundary | ( | const TInputPixel & | val | ) | [inline] |
Definition at line 51 of file itkAnchorHistogram.h.
References itk::MorphologyHistogram< TInputPixel >::m_Boundary.
TInputPixel itk::MorphologyHistogram< TInputPixel >::m_Boundary [protected] |
Definition at line 56 of file itkAnchorHistogram.h.
Referenced by itk::MorphologyHistogramMap< TInputPixel, TCompare >::AddBoundary(), itk::MorphologyHistogramVec< TInputPixel, TCompare >::AddBoundary(), itk::MorphologyHistogram< TInputPixel >::GetValue(), itk::MorphologyHistogramMap< TInputPixel, TCompare >::RemoveBoundary(), itk::MorphologyHistogramVec< TInputPixel, TCompare >::RemoveBoundary(), and itk::MorphologyHistogram< TInputPixel >::SetBoundary().