![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkRankHistogram.h>
Collaboration diagram for itk::Function::RankHistogram< TInputPixel >:Definition at line 55 of file itkRankHistogram.h.
Public Types | |
| typedef std::less< TInputPixel > | TCompare |
Public Member Functions | |
| void | AddBoundary () |
| void | AddPixel (const TInputPixel &p) |
| TInputPixel | GetValue (const TInputPixel &) |
| TInputPixel | GetValueBruteForce () |
| bool | IsValid () |
| RankHistogram & | operator= (const RankHistogram &hist) |
| RankHistogram () | |
| void | RemoveBoundary () |
| void | RemovePixel (const TInputPixel &p) |
| void | SetRank (float rank) |
| ~RankHistogram () | |
Static Public Member Functions | |
| static bool | UseVectorBasedAlgorithm () |
Protected Attributes | |
| float | m_Rank |
Private Types | |
| typedef std::map< TInputPixel, SizeValueType, TCompare > | MapType |
Private Attributes | |
| SizeValueType | m_Below |
| TCompare | m_Compare |
| SizeValueType | m_Entries |
| bool | m_Initialized |
| TInputPixel | m_InitVal |
| MapType | m_Map |
| MapType::iterator | m_RankIt |
| TInputPixel | m_RankValue |
|
private |
Definition at line 249 of file itkRankHistogram.h.
| typedef std::less< TInputPixel > itk::Function::RankHistogram< TInputPixel >::TCompare |
Definition at line 59 of file itkRankHistogram.h.
|
inline |
Definition at line 61 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Below, itk::Function::RankHistogram< TInputPixel >::m_Compare, itk::Function::RankHistogram< TInputPixel >::m_Entries, itk::Function::RankHistogram< TInputPixel >::m_Initialized, itk::Function::RankHistogram< TInputPixel >::m_InitVal, itk::Function::RankHistogram< TInputPixel >::m_Map, itk::Function::RankHistogram< TInputPixel >::m_Rank, itk::Function::RankHistogram< TInputPixel >::m_RankIt, itk::Function::RankHistogram< TInputPixel >::m_RankValue, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 80 of file itkRankHistogram.h.
|
inline |
Definition at line 236 of file itkRankHistogram.h.
|
inline |
Definition at line 102 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Below, itk::Function::RankHistogram< TInputPixel >::m_Compare, itk::Function::RankHistogram< TInputPixel >::m_Entries, itk::Function::RankHistogram< TInputPixel >::m_Initialized, itk::Function::RankHistogram< TInputPixel >::m_Map, itk::Function::RankHistogram< TInputPixel >::m_RankIt, and itk::Function::RankHistogram< TInputPixel >::m_RankValue.
|
inline |
Definition at line 157 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::GetValueBruteForce(), itk::Function::RankHistogram< TInputPixel >::m_Below, itk::Function::RankHistogram< TInputPixel >::m_Entries, itk::Function::RankHistogram< TInputPixel >::m_Map, itk::Function::RankHistogram< TInputPixel >::m_Rank, itk::Function::RankHistogram< TInputPixel >::m_RankIt, and itk::Function::RankHistogram< TInputPixel >::m_RankValue.
|
inline |
Definition at line 142 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Entries, itk::Function::RankHistogram< TInputPixel >::m_Map, itk::Function::RankHistogram< TInputPixel >::m_Rank, and itk::NumericTraits< T >::max().
Referenced by itk::Function::RankHistogram< TInputPixel >::GetValue().
|
inline |
Definition at line 137 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Initialized.
|
inline |
Definition at line 83 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Below, itk::Function::RankHistogram< TInputPixel >::m_Entries, itk::Function::RankHistogram< TInputPixel >::m_Initialized, itk::Function::RankHistogram< TInputPixel >::m_InitVal, itk::Function::RankHistogram< TInputPixel >::m_Map, itk::Function::RankHistogram< TInputPixel >::m_Rank, itk::Function::RankHistogram< TInputPixel >::m_RankIt, and itk::Function::RankHistogram< TInputPixel >::m_RankValue.
|
inline |
Definition at line 238 of file itkRankHistogram.h.
|
inline |
Definition at line 119 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Below, itk::Function::RankHistogram< TInputPixel >::m_Compare, itk::Function::RankHistogram< TInputPixel >::m_Entries, itk::Function::RankHistogram< TInputPixel >::m_Initialized, itk::Function::RankHistogram< TInputPixel >::m_Map, and itk::Function::RankHistogram< TInputPixel >::m_RankValue.
|
inline |
Definition at line 231 of file itkRankHistogram.h.
References itk::Function::RankHistogram< TInputPixel >::m_Rank.
|
inlinestatic |
Definition at line 240 of file itkRankHistogram.h.
|
private |
Definition at line 252 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::GetValue(), itk::Function::RankHistogram< TInputPixel >::operator=(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::RemovePixel().
|
private |
Definition at line 256 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::RemovePixel().
|
private |
Definition at line 253 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::GetValue(), itk::Function::RankHistogram< TInputPixel >::GetValueBruteForce(), itk::Function::RankHistogram< TInputPixel >::operator=(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::RemovePixel().
|
private |
Definition at line 257 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::IsValid(), itk::Function::RankHistogram< TInputPixel >::operator=(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::RemovePixel().
|
private |
Definition at line 255 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::operator=(), and itk::Function::RankHistogram< TInputPixel >::RankHistogram().
|
private |
Definition at line 251 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::GetValue(), itk::Function::RankHistogram< TInputPixel >::GetValueBruteForce(), itk::Function::RankHistogram< TInputPixel >::operator=(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::RemovePixel().
|
protected |
Definition at line 246 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::GetValue(), itk::Function::RankHistogram< TInputPixel >::GetValueBruteForce(), itk::Function::RankHistogram< TInputPixel >::operator=(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::SetRank().
|
private |
Definition at line 259 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::GetValue(), itk::Function::RankHistogram< TInputPixel >::operator=(), and itk::Function::RankHistogram< TInputPixel >::RankHistogram().
|
private |
Definition at line 254 of file itkRankHistogram.h.
Referenced by itk::Function::RankHistogram< TInputPixel >::AddPixel(), itk::Function::RankHistogram< TInputPixel >::GetValue(), itk::Function::RankHistogram< TInputPixel >::operator=(), itk::Function::RankHistogram< TInputPixel >::RankHistogram(), and itk::Function::RankHistogram< TInputPixel >::RemovePixel().
1.8.3.1