ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 31 of file itkMorphologyHistogram.h.
typedef std::map< TInputPixel, IdentifierType, TCompare > itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MapType |
Definition at line 35 of file itkMorphologyHistogram.h.
itk::Function::MorphologyHistogram< TInputPixel, TCompare >::MorphologyHistogram | ( | ) | [inline] |
Definition at line 37 of file itkMorphologyHistogram.h.
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddBoundary | ( | ) | [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.
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::AddPixel | ( | const TInputPixel & | p | ) | [inline] |
Definition at line 49 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue | ( | ) | [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().
TInputPixel itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue | ( | const TInputPixel & | ) | [inline] |
Definition at line 92 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::GetValue().
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemoveBoundary | ( | ) | [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.
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::RemovePixel | ( | const TInputPixel & | p | ) | [inline] |
Definition at line 54 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Map.
void itk::Function::MorphologyHistogram< TInputPixel, TCompare >::SetBoundary | ( | const TInputPixel & | val | ) | [inline] |
Definition at line 97 of file itkMorphologyHistogram.h.
References itk::Function::MorphologyHistogram< TInputPixel, TCompare >::m_Boundary.
static bool itk::Function::MorphologyHistogram< TInputPixel, TCompare >::UseVectorBasedAlgorithm | ( | ) | [inline, static] |
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().