NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Friends | List of all members
itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType Class Reference

So we can have an ordered list of indexes, based on variance of a block. More...

Public Member Functions

 VarianceHeapDataType (const TScalarType &aKey, const ImageIndexType &anIndex)
 
void operator= (const VarianceHeapDataType &another)
 
void SetKey (const TScalarType &aKey)
 
TScalarType GetKey () const
 
void SetIndex (const ImageIndexType &anIndex)
 
ImageIndexType GetIndex () const
 

Friends

bool operator< (const VarianceHeapDataType &x, const VarianceHeapDataType &y)
 

Detailed Description

template<typename TImageType, class TScalarType>
class itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType

So we can have an ordered list of indexes, based on variance of a block.

Constructor & Destructor Documentation

template<typename TImageType, class TScalarType>
itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType::VarianceHeapDataType ( const TScalarType &  aKey,
const ImageIndexType anIndex 
)
inline

Member Function Documentation

template<typename TImageType, class TScalarType>
ImageIndexType itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType::GetIndex ( ) const
inline
template<typename TImageType, class TScalarType>
TScalarType itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType::GetKey ( ) const
inline
template<typename TImageType, class TScalarType>
void itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType::operator= ( const VarianceHeapDataType another)
inline
template<typename TImageType, class TScalarType>
void itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType::SetIndex ( const ImageIndexType anIndex)
inline
template<typename TImageType, class TScalarType>
void itk::BlockMatchingMethod< TImageType, TScalarType >::VarianceHeapDataType::SetKey ( const TScalarType &  aKey)
inline

Friends And Related Function Documentation

template<typename TImageType, class TScalarType>
bool operator< ( const VarianceHeapDataType x,
const VarianceHeapDataType y 
)
friend

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