#include <itkRankHistogram.h>
Public Types | |
typedef RankHistogram < TInputPixel > | Superclass |
Public Member Functions | |
void | AddBoundary () |
void | AddPixel (const TInputPixel &p) |
Superclass * | Clone () const |
TInputPixel | GetValue (const TInputPixel &) |
void | Initialize () |
RankHistogramMap () | |
void | RemoveBoundary () |
void | RemovePixel (const TInputPixel &p) |
void | SetRank (float rank) |
~RankHistogramMap () | |
Protected Attributes | |
float | m_Rank |
Definition at line 70 of file itkRankHistogram.h.
typedef RankHistogram<TInputPixel> itk::RankHistogramMap< TInputPixel, TCompare >::Superclass |
Definition at line 74 of file itkRankHistogram.h.
itk::RankHistogramMap< TInputPixel, TCompare >::RankHistogramMap | ( | ) | [inline] |
Definition at line 77 of file itkRankHistogram.h.
Referenced by itk::RankHistogramMap< TInputPixel, TCompare >::Clone().
itk::RankHistogramMap< TInputPixel, TCompare >::~RankHistogramMap | ( | ) | [inline] |
Definition at line 94 of file itkRankHistogram.h.
void itk::RankHistogram< TInputPixel >::AddBoundary | ( | ) | [inline, inherited] |
Definition at line 54 of file itkRankHistogram.h.
void itk::RankHistogramMap< TInputPixel, TCompare >::AddPixel | ( | const TInputPixel & | p | ) | [inline, virtual] |
Reimplemented from itk::RankHistogram< TInputPixel >.
Definition at line 98 of file itkRankHistogram.h.
Superclass* itk::RankHistogramMap< TInputPixel, TCompare >::Clone | ( | ) | const [inline, virtual] |
Reimplemented from itk::RankHistogram< TInputPixel >.
Definition at line 205 of file itkRankHistogram.h.
References itk::RankHistogram< TInputPixel >::m_Rank, and itk::RankHistogramMap< TInputPixel, TCompare >::RankHistogramMap().
TInputPixel itk::RankHistogramMap< TInputPixel, TCompare >::GetValue | ( | const TInputPixel & | ) | [inline, virtual] |
Reimplemented from itk::RankHistogram< TInputPixel >.
Definition at line 130 of file itkRankHistogram.h.
References itkAssertOrThrowMacro, and itk::RankHistogram< TInputPixel >::m_Rank.
void itk::RankHistogramMap< TInputPixel, TCompare >::Initialize | ( | void | ) | [inline] |
Definition at line 125 of file itkRankHistogram.h.
void itk::RankHistogram< TInputPixel >::RemoveBoundary | ( | ) | [inline, inherited] |
Definition at line 56 of file itkRankHistogram.h.
void itk::RankHistogramMap< TInputPixel, TCompare >::RemovePixel | ( | const TInputPixel & | p | ) | [inline, virtual] |
Reimplemented from itk::RankHistogram< TInputPixel >.
Definition at line 115 of file itkRankHistogram.h.
void itk::RankHistogram< TInputPixel >::SetRank | ( | float | rank | ) | [inline, inherited] |
Definition at line 60 of file itkRankHistogram.h.
References itk::RankHistogram< TInputPixel >::m_Rank.
float itk::RankHistogram< TInputPixel >::m_Rank [protected, inherited] |
Definition at line 66 of file itkRankHistogram.h.
Referenced by itk::RankHistogramVec< TInputPixel, TCompare >::Clone(), itk::RankHistogramMap< TInputPixel, TCompare >::Clone(), itk::RankHistogramVec< TInputPixel, TCompare >::GetValue(), itk::RankHistogramMap< TInputPixel, TCompare >::GetValue(), itk::RankHistogram< TInputPixel >::RankHistogram(), and itk::RankHistogram< TInputPixel >::SetRank().