Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Function::SumAccumulator< TInputPixel, TOuputPixel > Class Template Reference

#include <itkSumProjectionImageFilter.h>

Collaboration diagram for itk::Function::SumAccumulator< TInputPixel, TOuputPixel >:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Definition at line 48 of file itkSumProjectionImageFilter.h.

Public Member Functions

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

Public Attributes

TOuputPixel m_Sum


Constructor & Destructor Documentation

template<class TInputPixel, class TOuputPixel>
itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::SumAccumulator ( unsigned  long  )  [inline]

Definition at line 51 of file itkSumProjectionImageFilter.h.

template<class TInputPixel, class TOuputPixel>
itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::~SumAccumulator (  )  [inline]

Definition at line 52 of file itkSumProjectionImageFilter.h.


Member Function Documentation

template<class TInputPixel, class TOuputPixel>
TOuputPixel itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::GetValue ( void   )  [inline]

Definition at line 65 of file itkSumProjectionImageFilter.h.

References itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.

template<class TInputPixel, class TOuputPixel>
void itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::Initialize ( void   )  [inline]

Definition at line 54 of file itkSumProjectionImageFilter.h.

References itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.

template<class TInputPixel, class TOuputPixel>
TInputPixel itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::operator() ( const TInputPixel &  input  )  [inline]

Definition at line 59 of file itkSumProjectionImageFilter.h.

References itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.


Member Data Documentation

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

Definition at line 70 of file itkSumProjectionImageFilter.h.

Referenced by itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::GetValue(), itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::Initialize(), and itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::operator()().


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:29 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000