![]() |
Orfeo Toolbox
3.16
|
#include <itkAnchorHistogram.h>
Inheritance diagram for itk::MorphologyHistogramMap< TInputPixel, TCompare >:
Collaboration diagram for itk::MorphologyHistogramMap< TInputPixel, TCompare >:Public Member Functions | |
| MorphologyHistogramMap () | |
| ~MorphologyHistogramMap () | |
| void | AddBoundary () |
| void | AddPixel (const TInputPixel &p) |
| TInputPixel | GetValue () |
| void | RemoveBoundary () |
| void | RemovePixel (const TInputPixel &p) |
| void | Reset () |
| void | SetBoundary (const TInputPixel &val) |
Protected Attributes | |
| TInputPixel | m_Boundary |
Private Types | |
| typedef std::map< TInputPixel, unsigned long, TCompare > | MapType |
Private Attributes | |
| MapType | m_Map |
Definition at line 61 of file itkAnchorHistogram.h.
|
private |
Definition at line 64 of file itkAnchorHistogram.h.
|
inline |
Definition at line 69 of file itkAnchorHistogram.h.
|
inline |
Definition at line 72 of file itkAnchorHistogram.h.
|
inlinevirtual |
Reimplemented from itk::MorphologyHistogram< TInputPixel >.
Definition at line 79 of file itkAnchorHistogram.h.
References itk::MorphologyHistogram< TInputPixel >::m_Boundary, and itk::MorphologyHistogramMap< TInputPixel, TCompare >::m_Map.
|
inlinevirtual |
Reimplemented from itk::MorphologyHistogram< TInputPixel >.
Definition at line 89 of file itkAnchorHistogram.h.
References itk::MorphologyHistogramMap< TInputPixel, TCompare >::m_Map.
|
inlinevirtual |
Reimplemented from itk::MorphologyHistogram< TInputPixel >.
Definition at line 99 of file itkAnchorHistogram.h.
References itk::MorphologyHistogramMap< TInputPixel, TCompare >::m_Map.
|
inlinevirtual |
Reimplemented from itk::MorphologyHistogram< TInputPixel >.
Definition at line 84 of file itkAnchorHistogram.h.
References itk::MorphologyHistogram< TInputPixel >::m_Boundary, and itk::MorphologyHistogramMap< TInputPixel, TCompare >::m_Map.
|
inlinevirtual |
Reimplemented from itk::MorphologyHistogram< TInputPixel >.
Definition at line 94 of file itkAnchorHistogram.h.
References itk::MorphologyHistogramMap< TInputPixel, TCompare >::m_Map.
|
inlinevirtual |
Reimplemented from itk::MorphologyHistogram< TInputPixel >.
Definition at line 74 of file itkAnchorHistogram.h.
References itk::MorphologyHistogramMap< TInputPixel, TCompare >::m_Map.
|
inlineinherited |
Definition at line 51 of file itkAnchorHistogram.h.
References itk::MorphologyHistogram< TInputPixel >::m_Boundary.
|
protectedinherited |
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().
|
private |
Definition at line 66 of file itkAnchorHistogram.h.
Referenced by itk::MorphologyHistogramMap< TInputPixel, TCompare >::AddBoundary(), itk::MorphologyHistogramMap< TInputPixel, TCompare >::AddPixel(), itk::MorphologyHistogramMap< TInputPixel, TCompare >::GetValue(), itk::MorphologyHistogramMap< TInputPixel, TCompare >::RemoveBoundary(), itk::MorphologyHistogramMap< TInputPixel, TCompare >::RemovePixel(), and itk::MorphologyHistogramMap< TInputPixel, TCompare >::Reset().