ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel > Class Template Reference

#include <itkBinaryProjectionImageFilter.h>

List of all members.

Public Member Functions

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

Public Attributes

TOutputPixel m_BackgroundValue
TInputPixel m_ForegroundValue
bool m_IsForeground

Detailed Description

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

Definition at line 52 of file itkBinaryProjectionImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 55 of file itkBinaryProjectionImageFilter.h.

template<class TInputPixel , class TOutputPixel >
itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::~BinaryAccumulator ( )
inline

Definition at line 56 of file itkBinaryProjectionImageFilter.h.


Member Function Documentation

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

Member Data Documentation

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

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