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

#include <itkBinaryProjectionImageFilter.h>

Detailed Description

template<typename TInputPixel, typename TOutputPixel>
class itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >

Definition at line 50 of file itkBinaryProjectionImageFilter.h.

Public Member Functions

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

Public Attributes

TOutputPixel m_BackgroundValue
 
TInputPixel m_ForegroundValue
 
bool m_IsForeground
 

Constructor & Destructor Documentation

template<typename TInputPixel , typename TOutputPixel >
itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::BinaryAccumulator ( SizeValueType  )
inline

Definition at line 53 of file itkBinaryProjectionImageFilter.h.

template<typename TInputPixel , typename TOutputPixel >
itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::~BinaryAccumulator ( )
default

Member Function Documentation

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

Member Data Documentation

template<typename TInputPixel , typename TOutputPixel >
TOutputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue
template<typename TInputPixel , typename TOutputPixel >
TInputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue
template<typename TInputPixel , typename TOutputPixel >
bool itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_IsForeground

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