ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 261 of file itkRankHistogram.h.
typedef std::less< TInputPixel > itk::Function::VectorRankHistogram< TInputPixel >::TCompare |
Definition at line 264 of file itkRankHistogram.h.
|
private |
Definition at line 359 of file itkRankHistogram.h.
|
inline |
Definition at line 266 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, and itk::Function::VectorRankHistogram< TInputPixel >::m_Vec.
|
inline |
Definition at line 284 of file itkRankHistogram.h.
|
inline |
Definition at line 346 of file itkRankHistogram.h.
|
inline |
Definition at line 311 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 306 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::GetValueBruteForce().
|
inline |
Definition at line 291 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Entries, itk::Function::VectorRankHistogram< TInputPixel >::m_Rank, itk::Function::VectorRankHistogram< TInputPixel >::m_Size, and itk::Function::VectorRankHistogram< TInputPixel >::m_Vec.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::GetValue().
|
inline |
Definition at line 286 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Entries.
|
inline |
Definition at line 348 of file itkRankHistogram.h.
|
inline |
Definition at line 323 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 341 of file itkRankHistogram.h.
References itk::Function::VectorRankHistogram< TInputPixel >::m_Rank.
|
inlinestatic |
Definition at line 350 of file itkRankHistogram.h.
|
private |
|
private |
|
private |
Definition at line 367 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 365 of file itkRankHistogram.h.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::VectorRankHistogram().
|
protected |
|
private |
|
private |
Definition at line 362 of file itkRankHistogram.h.
Referenced by itk::Function::VectorRankHistogram< TInputPixel >::GetValueBruteForce(), and itk::Function::VectorRankHistogram< TInputPixel >::VectorRankHistogram().
|
private |
Definition at line 361 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().