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

#include <itkSumProjectionImageFilter.h>

List of all members.

Public Member Functions

TOuputPixel GetValue ()
void Initialize ()
void operator() (const TInputPixel &input)
 SumAccumulator (SizeValueType)
 ~SumAccumulator ()

Public Attributes

TOuputPixel m_Sum

Detailed Description

template<class TInputPixel, class TOuputPixel>
class itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >

Definition at line 50 of file itkSumProjectionImageFilter.h.


Constructor & Destructor Documentation

template<class TInputPixel , class TOuputPixel >
itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::SumAccumulator ( SizeValueType  )
inline

Definition at line 53 of file itkSumProjectionImageFilter.h.

template<class TInputPixel , class TOuputPixel >
itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::~SumAccumulator ( )
inline

Definition at line 54 of file itkSumProjectionImageFilter.h.


Member Function Documentation

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

Member Data Documentation

template<class TInputPixel , class TOuputPixel >
TOuputPixel itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum

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