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

#include <itkRankHistogram.h>

+ Collaboration diagram for itk::Function::VectorRankHistogram< 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 ()
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

Detailed Description

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

Definition at line 261 of file itkRankHistogram.h.


Member Typedef Documentation

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

Definition at line 264 of file itkRankHistogram.h.

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

Definition at line 359 of file itkRankHistogram.h.


Constructor & Destructor Documentation

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

Definition at line 284 of file itkRankHistogram.h.


Member Function Documentation

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

Definition at line 346 of file itkRankHistogram.h.

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

Definition at line 348 of file itkRankHistogram.h.

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

Definition at line 350 of file itkRankHistogram.h.


Member Data Documentation

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

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