ITK  4.8.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 264 of file 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
 

Member Typedef Documentation

template<typename TInputPixel >
typedef std::less< TInputPixel > itk::Function::VectorRankHistogram< TInputPixel >::TCompare

Definition at line 267 of file itkRankHistogram.h.

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

Definition at line 362 of file itkRankHistogram.h.

Constructor & Destructor Documentation

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

Definition at line 287 of file itkRankHistogram.h.

Member Function Documentation

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

Definition at line 349 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 351 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 353 of file itkRankHistogram.h.

Member Data Documentation

template<typename TInputPixel >
int itk::Function::VectorRankHistogram< TInputPixel >::m_Below
private
template<typename TInputPixel >
TCompare 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: