ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel > Class Template Reference

#include <itkBinaryThresholdProjectionImageFilter.h>

Detailed Description

template<typename TInputPixel, typename TOutputPixel>
class itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >

Definition at line 52 of file itkBinaryThresholdProjectionImageFilter.h.

Public Member Functions

 BinaryThresholdAccumulator (SizeValueType)
 
TOutputPixel GetValue ()
 
void Initialize ()
 
void operator() (const TInputPixel &input)
 
 ~BinaryThresholdAccumulator ()=default
 

Public Attributes

TOutputPixel m_BackgroundValue
 
TOutputPixel m_ForegroundValue
 
bool m_IsForeground
 
TInputPixel m_ThresholdValue
 

Constructor & Destructor Documentation

template<typename TInputPixel , typename TOutputPixel >
itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::BinaryThresholdAccumulator ( SizeValueType  )
inline

Definition at line 55 of file itkBinaryThresholdProjectionImageFilter.h.

template<typename TInputPixel , typename TOutputPixel >
itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::~BinaryThresholdAccumulator ( )
default

Member Function Documentation

template<typename TInputPixel , typename TOutputPixel >
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue ( )
inline
template<typename TInputPixel , typename TOutputPixel >
void itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::Initialize ( )
inline
template<typename TInputPixel , typename TOutputPixel >
void itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::operator() ( const TInputPixel &  input)
inline

Member Data Documentation

template<typename TInputPixel , typename TOutputPixel >
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue
template<typename TInputPixel , typename TOutputPixel >
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue
template<typename TInputPixel , typename TOutputPixel >
bool itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground
template<typename TInputPixel , typename TOutputPixel >
TInputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ThresholdValue

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