ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost Class Reference

Detailed Description

template<typename TInputImage, typename TOutputImage, typename TKernel>
class itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost

Definition at line 167 of file itkMovingHistogramImageFilterBase.h.

Public Member Functions

 DirectionCost (int dimension, int count)
 
bool operator< (const DirectionCost &dc) const
 

Public Attributes

int m_Count
 
int m_Dimension
 

Constructor & Destructor Documentation

◆ DirectionCost()

template<typename TInputImage, typename TOutputImage, typename TKernel>
itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost::DirectionCost ( int dimension,
int count )
inline

Definition at line 170 of file itkMovingHistogramImageFilterBase.h.

References m_Count, and m_Dimension.

Referenced by operator<().

Member Function Documentation

◆ operator<()

template<typename TInputImage, typename TOutputImage, typename TKernel>
bool itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost::operator< ( const DirectionCost & dc) const
inline

return true if the object is a worth choice for the best axis than the object in parameter

Definition at line 180 of file itkMovingHistogramImageFilterBase.h.

References DirectionCost(), m_Count, m_Dimension, and operator<().

Referenced by operator<().

Member Data Documentation

◆ m_Count

template<typename TInputImage, typename TOutputImage, typename TKernel>
int itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost::m_Count

Definition at line 199 of file itkMovingHistogramImageFilterBase.h.

Referenced by DirectionCost(), and operator<().

◆ m_Dimension

template<typename TInputImage, typename TOutputImage, typename TKernel>
int itk::MovingHistogramImageFilterBase< TInputImage, TOutputImage, TKernel >::DirectionCost::m_Dimension

Definition at line 198 of file itkMovingHistogramImageFilterBase.h.

Referenced by DirectionCost(), and operator<().


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