![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
| signed int | m_Direction |
| TInputPixel | m_InitValue |
| std::vector< IdentifierType > | m_Vector |
Definition at line 113 of file itkMorphologyHistogram.h.
|
inline |
Definition at line 117 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Compare, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Direction, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_InitValue, and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector.
|
inline |
Definition at line 136 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddPixel(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary.
|
inline |
Definition at line 146 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Compare, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue, and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddBoundary().
|
inline |
Definition at line 165 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::GetValue().
|
inline |
Definition at line 170 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::GetValue().
|
inline |
Definition at line 141 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary, and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemovePixel().
|
inline |
Definition at line 155 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Direction, itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_InitValue, and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary().
|
inline |
Definition at line 175 of file itkMorphologyHistogram.h.
References itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary.
|
inlinestatic |
Definition at line 180 of file itkMorphologyHistogram.h.
| TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Boundary |
Definition at line 190 of file itkMorphologyHistogram.h.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddBoundary(), itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary(), itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::SetBoundary(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram().
| TCompare itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Compare |
Definition at line 188 of file itkMorphologyHistogram.h.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddPixel(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram().
| TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_CurrentValue |
Definition at line 187 of file itkMorphologyHistogram.h.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddPixel(), itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::GetValue(), itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemovePixel(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram().
| signed int itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Direction |
Definition at line 189 of file itkMorphologyHistogram.h.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemovePixel(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram().
| TInputPixel itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_InitValue |
Definition at line 186 of file itkMorphologyHistogram.h.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemovePixel(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram().
| std::vector< IdentifierType > itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::m_Vector |
Definition at line 185 of file itkMorphologyHistogram.h.
Referenced by itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::AddPixel(), itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::RemovePixel(), and itk::Function::VectorMorphologyHistogram< TInputPixel, TCompare >::VectorMorphologyHistogram().
1.8.1