#include <itkMorphologyHistogram.h>
Definition at line 117 of file itkMorphologyHistogram.h.
Collaboration diagram for itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >:Public Member Functions | |
| void | AddBoundary () |
| void | AddPixel (const TInputPixel &p) |
| TInputPixel | GetValue () |
| TInputPixel | GetValue (const TInputPixel &) |
| void | RemoveBoundary () |
| void | RemovePixel (const TInputPixel &p) |
| void | SetBoundary (const TInputPixel &val) |
| VectorMorphologyHistogram () | |
Static Public Member Functions | |
| static bool | UseVectorBasedAlgorithm () |
Public Attributes | |
| TInputPixel | m_Boundary |
| TCompare | m_Compare |
| TInputPixel | m_CurrentValue |
| int | m_Direction |
| TInputPixel | m_InitValue |
| std::vector< IdentifierType > | m_Vector |
|
inline |
Definition at line 120 of file itkMorphologyHistogram.h.
References m_Boundary, m_Compare, m_CurrentValue, m_Direction, m_InitValue, m_Vector, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 140 of file itkMorphologyHistogram.h.
References AddPixel(), and m_Boundary.
|
inline |
Definition at line 152 of file itkMorphologyHistogram.h.
References m_Compare, m_CurrentValue, m_Vector, and itk::NumericTraits< T >::NonpositiveMin().
Referenced by AddBoundary().
|
inline |
Definition at line 173 of file itkMorphologyHistogram.h.
References m_CurrentValue.
Referenced by GetValue().
|
inline |
Definition at line 179 of file itkMorphologyHistogram.h.
References GetValue().
|
inline |
Definition at line 146 of file itkMorphologyHistogram.h.
References m_Boundary, and RemovePixel().
|
inline |
Definition at line 162 of file itkMorphologyHistogram.h.
References m_CurrentValue, m_Direction, m_InitValue, m_Vector, and itk::NumericTraits< T >::NonpositiveMin().
Referenced by RemoveBoundary().
|
inline |
Definition at line 185 of file itkMorphologyHistogram.h.
References m_Boundary.
|
inlinestatic |
Definition at line 191 of file itkMorphologyHistogram.h.
| TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary |
Definition at line 201 of file itkMorphologyHistogram.h.
Referenced by AddBoundary(), RemoveBoundary(), SetBoundary(), and VectorMorphologyHistogram().
| TCompare itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Compare |
Definition at line 199 of file itkMorphologyHistogram.h.
Referenced by AddPixel(), and VectorMorphologyHistogram().
| TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue |
Definition at line 198 of file itkMorphologyHistogram.h.
Referenced by AddPixel(), GetValue(), RemovePixel(), and VectorMorphologyHistogram().
| int itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Direction |
Definition at line 200 of file itkMorphologyHistogram.h.
Referenced by RemovePixel(), and VectorMorphologyHistogram().
| TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_InitValue |
Definition at line 197 of file itkMorphologyHistogram.h.
Referenced by RemovePixel(), and VectorMorphologyHistogram().
| std::vector<IdentifierType> itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector |
Definition at line 196 of file itkMorphologyHistogram.h.
Referenced by AddPixel(), RemovePixel(), and VectorMorphologyHistogram().