ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | Private Types | Private Attributes
itk::Function::RankHistogram< TInputPixel > Class Template Reference

#include <itkRankHistogram.h>

Collaboration diagram for itk::Function::RankHistogram< TInputPixel >:

List of all members.

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 ()
RankHistogramoperator= (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

Detailed Description

template<class TInputPixel>
class itk::Function::RankHistogram< TInputPixel >

Definition at line 55 of file itkRankHistogram.h.


Member Typedef Documentation

template<class TInputPixel >
typedef std::map< TInputPixel, SizeValueType, TCompare > itk::Function::RankHistogram< TInputPixel >::MapType [private]

Definition at line 246 of file itkRankHistogram.h.

template<class TInputPixel >
typedef std::less< TInputPixel > itk::Function::RankHistogram< TInputPixel >::TCompare

Definition at line 59 of file itkRankHistogram.h.


Constructor & Destructor Documentation

template<class TInputPixel >
itk::Function::RankHistogram< TInputPixel >::RankHistogram ( ) [inline]
template<class TInputPixel >
itk::Function::RankHistogram< TInputPixel >::~RankHistogram ( ) [inline]

Definition at line 80 of file itkRankHistogram.h.


Member Function Documentation

template<class TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::AddBoundary ( ) [inline]

Definition at line 233 of file itkRankHistogram.h.

template<class TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::AddPixel ( const TInputPixel &  p) [inline]
template<class TInputPixel >
TInputPixel itk::Function::RankHistogram< TInputPixel >::GetValue ( const TInputPixel &  ) [inline]
template<class TInputPixel >
TInputPixel itk::Function::RankHistogram< TInputPixel >::GetValueBruteForce ( ) [inline]
template<class TInputPixel >
bool itk::Function::RankHistogram< TInputPixel >::IsValid ( ) [inline]
template<class TInputPixel >
RankHistogram& itk::Function::RankHistogram< TInputPixel >::operator= ( const RankHistogram< TInputPixel > &  hist) [inline]
template<class TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::RemoveBoundary ( ) [inline]

Definition at line 235 of file itkRankHistogram.h.

template<class TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::RemovePixel ( const TInputPixel &  p) [inline]
template<class TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::SetRank ( float  rank) [inline]
template<class TInputPixel >
static bool itk::Function::RankHistogram< TInputPixel >::UseVectorBasedAlgorithm ( ) [inline, static]

Definition at line 237 of file itkRankHistogram.h.


Member Data Documentation

template<class TInputPixel >
SizeValueType itk::Function::RankHistogram< TInputPixel >::m_Below [private]
template<class TInputPixel >
TCompare itk::Function::RankHistogram< TInputPixel >::m_Compare [private]
template<class TInputPixel >
SizeValueType itk::Function::RankHistogram< TInputPixel >::m_Entries [private]
template<class TInputPixel >
bool itk::Function::RankHistogram< TInputPixel >::m_Initialized [private]
template<class TInputPixel >
TInputPixel itk::Function::RankHistogram< TInputPixel >::m_InitVal [private]
template<class TInputPixel >
MapType itk::Function::RankHistogram< TInputPixel >::m_Map [private]
template<class TInputPixel >
float itk::Function::RankHistogram< TInputPixel >::m_Rank [protected]
template<class TInputPixel >
MapType::iterator itk::Function::RankHistogram< TInputPixel >::m_RankIt [private]
template<class TInputPixel >
TInputPixel itk::Function::RankHistogram< TInputPixel >::m_RankValue [private]

The documentation for this class was generated from the following file: