ITK
6.0.0
Insight Toolkit
|
#include <itkMorphologyHistogram.h>
Definition at line 31 of file itkMorphologyHistogram.h.
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 34 of file itkMorphologyHistogram.h.
|
default |
|
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 51 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 63 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
Referenced by itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue().
|
inline |
Definition at line 97 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue().
|
inline |
Definition at line 45 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary, and itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 57 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
|
inline |
Definition at line 103 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary.
|
inlinestatic |
Definition at line 109 of file itkMorphologyHistogram.h.
TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary |
Definition at line 115 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 114 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().