![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkRankHistogram.h>
Collaboration diagram for itk::Function::VectorRankHistogram< TInputPixel >:Definition at line 264 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 () |
| void | RemoveBoundary () |
| void | RemovePixel (const TInputPixel &p) |
| void | SetRank (float rank) |
| VectorRankHistogram () | |
| ~VectorRankHistogram () | |
Static Public Member Functions | |
| static bool | UseVectorBasedAlgorithm () |
Protected Attributes | |
| float | m_Rank |
Private Types | |
| typedef std::vector < SizeValueType > | VecType |
Private Attributes | |
| int | m_Below |
| TCompare | m_Compare |
| int | m_Entries |
| TInputPixel | m_InitVal |
| TInputPixel | m_RankValue |
| SizeValueType | m_Size |
| VecType | m_Vec |
| typedef std::less< TInputPixel > itk::Function::VectorRankHistogram< TInputPixel >::TCompare |
Definition at line 267 of file itkRankHistogram.h.
|
private |
Definition at line 362 of file itkRankHistogram.h.
|
inline |
Definition at line 269 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Below, itk::Function::VectorRankHistogram< TInputPixel >::m_Compare, itk::Function::VectorRankHistogram< TInputPixel >::m_Entries, itk::Function::VectorRankHistogram< TInputPixel >::m_InitVal, itk::Function::VectorRankHistogram< TInputPixel >::m_Rank, itk::Function::VectorRankHistogram< TInputPixel >::m_RankValue, itk::Function::VectorRankHistogram< TInputPixel >::m_Size, itk::Function::VectorRankHistogram< TInputPixel >::m_Vec, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 287 of file itkRankHistogram.h.
|
inline |
Definition at line 349 of file itkRankHistogram.h.
|
inline |
Definition at line 314 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Below, itk::Function::VectorRankHistogram< TInputPixel >::m_Compare, itk::Function::VectorRankHistogram< TInputPixel >::m_Entries, itk::Function::VectorRankHistogram< TInputPixel >::m_RankValue, and itk::Function::VectorRankHistogram< TInputPixel >::m_Vec.
|
inline |
Definition at line 309 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::GetValueBruteForce().
|
inline |
Definition at line 294 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Entries, itk::Function::VectorRankHistogram< TInputPixel >::m_Rank, itk::Function::VectorRankHistogram< TInputPixel >::m_Size, itk::Function::VectorRankHistogram< TInputPixel >::m_Vec, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::GetValue().
|
inline |
Definition at line 289 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Entries.
|
inline |
Definition at line 351 of file itkRankHistogram.h.
|
inline |
Definition at line 326 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Below, itk::Function::VectorRankHistogram< TInputPixel >::m_Compare, itk::Function::VectorRankHistogram< TInputPixel >::m_Entries, itk::Function::VectorRankHistogram< TInputPixel >::m_RankValue, and itk::Function::VectorRankHistogram< TInputPixel >::m_Vec.
|
inline |
Definition at line 344 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Rank.
|
inlinestatic |
Definition at line 353 of file itkRankHistogram.h.
|
private |
|
private |
|
private |
Definition at line 370 of file itkRankHistogram.h.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::AddPixel(), itk::Function::VectorRankHistogram< TInputPixel >::GetValueBruteForce(), itk::Function::VectorRankHistogram< TInputPixel >::IsValid(), itk::Function::VectorRankHistogram< TInputPixel >::RemovePixel(), and itk::Function::VectorRankHistogram< TInputPixel >::VectorRankHistogram().
|
private |
Definition at line 368 of file itkRankHistogram.h.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::VectorRankHistogram().
|
protected |
|
private |
|
private |
Definition at line 365 of file itkRankHistogram.h.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::GetValueBruteForce(), and itk::Function::VectorRankHistogram< TInputPixel >::VectorRankHistogram().
|
private |
Definition at line 364 of file itkRankHistogram.h.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::AddPixel(), itk::Function::VectorRankHistogram< TInputPixel >::GetValueBruteForce(), itk::Function::VectorRankHistogram< TInputPixel >::RemovePixel(), and itk::Function::VectorRankHistogram< TInputPixel >::VectorRankHistogram().
1.8.3.1