![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkMorphologyHistogram.h>
Collaboration diagram for itk::Function::MorphologyHistogram< TInputPixel, TCompare >:Definition at line 31 of file itkMorphologyHistogram.h.
Public Types | |
| typedef std::map< TInputPixel, IdentifierType, TCompare > | MapType |
Public Member Functions | |
| void | AddBoundary () |
| void | AddPixel (const TInputPixel &p) |
| TInputPixel | GetValue () |
| TInputPixel | GetValue (const TInputPixel &) |
| MorphologyHistogram () | |
| 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 |
| typedef std::map< TInputPixel, IdentifierType, TCompare > itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MapType |
Definition at line 35 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 37 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 39 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary, and itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 49 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 59 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
Referenced by itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue().
|
inline |
Definition at line 92 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue().
|
inline |
Definition at line 44 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary, and itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 54 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 97 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary.
|
inlinestatic |
Definition at line 102 of file itkMorphologyHistogram.h.
| TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary |
Definition at line 108 of file itkMorphologyHistogram.h.
Referenced by itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddBoundary(), itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary(), and itk::Function::MorphologyHistogram< TInputPixel, TCompare >::SetBoundary().
| MapType itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map |
Definition at line 107 of file itkMorphologyHistogram.h.
Referenced by itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddBoundary(), itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddPixel(), itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue(), itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary(), and itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemovePixel().
1.8.3.1