#include <itkMorphologyHistogram.h>
Definition at line 29 of file itkMorphologyHistogram.h.
Collaboration diagram for itk::Function::MorphologyHistogram< TInputPixel, TCompare >:Public Types | |
| using | MapType = typename std::map<TInputPixel, IdentifierType, TCompare> |
Public Member Functions | |
| void | AddBoundary () |
| void | AddPixel (const TInputPixel &p) |
| TInputPixel | GetValue () |
| TInputPixel | GetValue (const TInputPixel &) |
| MorphologyHistogram ()=default | |
| void | RemoveBoundary () |
| void | RemovePixel (const TInputPixel &p) |
| void | SetBoundary (const TInputPixel &val) |
Static Public Member Functions | |
| static bool | UseVectorBasedAlgorithm () |
Public Attributes | |
| TInputPixel | m_Boundary |
| MapType | m_Map |
| using itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MapType = typename std::map<TInputPixel, IdentifierType, TCompare> |
Definition at line 32 of file itkMorphologyHistogram.h.
|
default |
|
inline |
Definition at line 37 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 49 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 61 of file itkMorphologyHistogram.h.
Referenced by itk::Function::MorphologyHistogram< InputImagePixelType, TCompare >::GetValue().
|
inline |
Definition at line 95 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 43 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 55 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 101 of file itkMorphologyHistogram.h.
|
inlinestatic |
Definition at line 107 of file itkMorphologyHistogram.h.
| TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary |
Definition at line 113 of file itkMorphologyHistogram.h.
| MapType itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map |
Definition at line 112 of file itkMorphologyHistogram.h.