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

#include <itkRankHistogram.h>

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

Detailed Description

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

Definition at line 52 of file itkRankHistogram.h.

Public Types

using Compare = std::less< TInputPixel >
 

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

Static Public Member Functions

static bool UseVectorBasedAlgorithm ()
 

Protected Attributes

float m_Rank
 

Private Types

using MapType = typename std::map< TInputPixel, SizeValueType, Compare >
 

Private Attributes

SizeValueType m_Below
 
Compare m_Compare
 
SizeValueType m_Entries
 
bool m_Initialized
 
TInputPixel m_InitVal
 
MapType m_Map
 
MapType::iterator m_RankIt
 
TInputPixel m_RankValue
 

Member Typedef Documentation

template<typename TInputPixel >
using itk::Function::RankHistogram< TInputPixel >::Compare = std::less< TInputPixel >

Definition at line 56 of file itkRankHistogram.h.

template<typename TInputPixel >
using itk::Function::RankHistogram< TInputPixel >::MapType = typename std::map< TInputPixel, SizeValueType, Compare >
private

Definition at line 249 of file itkRankHistogram.h.

Constructor & Destructor Documentation

template<typename TInputPixel >
itk::Function::RankHistogram< TInputPixel >::RankHistogram ( )
inline
template<typename TInputPixel >
itk::Function::RankHistogram< TInputPixel >::~RankHistogram ( )
default

Member Function Documentation

template<typename TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::AddBoundary ( )
inline

Definition at line 236 of file itkRankHistogram.h.

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

Definition at line 238 of file itkRankHistogram.h.

template<typename TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::RemovePixel ( const TInputPixel &  p)
inline
template<typename TInputPixel >
void itk::Function::RankHistogram< TInputPixel >::SetRank ( float  rank)
inline
template<typename TInputPixel >
static bool itk::Function::RankHistogram< TInputPixel >::UseVectorBasedAlgorithm ( )
inlinestatic

Definition at line 240 of file itkRankHistogram.h.

Member Data Documentation

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

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