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::VectorRankHistogram< TInputPixel > Class Template Reference

#include <itkRankHistogram.h>

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

Detailed Description

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

Definition at line 265 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 ()
 
void RemoveBoundary ()
 
void RemovePixel (const TInputPixel &p)
 
void SetRank (float rank)
 
 VectorRankHistogram ()
 
 ~VectorRankHistogram ()=default
 

Static Public Member Functions

static bool UseVectorBasedAlgorithm ()
 

Protected Attributes

float m_Rank
 

Private Types

using VecType = typename std::vector< SizeValueType >
 

Private Attributes

int m_Below
 
Compare m_Compare
 
int m_Entries
 
TInputPixel m_InitVal
 
TInputPixel m_RankValue
 
SizeValueType m_Size
 
VecType m_Vec
 

Member Typedef Documentation

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

Definition at line 268 of file itkRankHistogram.h.

template<typename TInputPixel >
using itk::Function::VectorRankHistogram< TInputPixel >::VecType = typename std::vector< SizeValueType >
private

Definition at line 363 of file itkRankHistogram.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 350 of file itkRankHistogram.h.

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

Definition at line 352 of file itkRankHistogram.h.

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

Definition at line 354 of file itkRankHistogram.h.

Member Data Documentation

template<typename TInputPixel >
int itk::Function::VectorRankHistogram< TInputPixel >::m_Below
private
template<typename TInputPixel >
Compare itk::Function::VectorRankHistogram< TInputPixel >::m_Compare
private
template<typename TInputPixel >
int itk::Function::VectorRankHistogram< TInputPixel >::m_Entries
private
template<typename TInputPixel >
TInputPixel itk::Function::VectorRankHistogram< TInputPixel >::m_InitVal
private
template<typename TInputPixel >
float itk::Function::VectorRankHistogram< TInputPixel >::m_Rank
protected
template<typename TInputPixel >
TInputPixel itk::Function::VectorRankHistogram< TInputPixel >::m_RankValue
private
template<typename TInputPixel >
SizeValueType itk::Function::VectorRankHistogram< TInputPixel >::m_Size
private
template<typename TInputPixel >
VecType itk::Function::VectorRankHistogram< TInputPixel >::m_Vec
private

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