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

itk::Function::MeanAccumulator< TInputPixel, TAccumulate > Class Template Reference

#include <itkMeanProjectionImageFilter.h>

Collaboration diagram for itk::Function::MeanAccumulator< TInputPixel, TAccumulate >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class TInputPixel, class TAccumulate>
class itk::Function::MeanAccumulator< TInputPixel, TAccumulate >

Definition at line 49 of file itkMeanProjectionImageFilter.h.


Public Types

typedef NumericTraits
< TInputPixel >::RealType 
RealType

Public Member Functions

RealType GetValue ()
void Initialize ()
 MeanAccumulator (unsigned long size)
void operator() (const TInputPixel &input)
 ~MeanAccumulator ()

Public Attributes

unsigned long m_Size
TAccumulate m_Sum

Member Typedef Documentation

template<class TInputPixel, class TAccumulate>
typedef NumericTraits<TInputPixel>::RealType itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::RealType

Definition at line 52 of file itkMeanProjectionImageFilter.h.


Constructor & Destructor Documentation

template<class TInputPixel, class TAccumulate>
itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::MeanAccumulator ( unsigned long  size  )  [inline]

template<class TInputPixel, class TAccumulate>
itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::~MeanAccumulator (  )  [inline]

Definition at line 58 of file itkMeanProjectionImageFilter.h.


Member Function Documentation

template<class TInputPixel, class TAccumulate>
RealType itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::GetValue ( void   )  [inline]

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

template<class TInputPixel, class TAccumulate>
void itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::operator() ( const TInputPixel &  input  )  [inline]


Member Data Documentation

template<class TInputPixel, class TAccumulate>
unsigned long itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::m_Size

template<class TInputPixel, class TAccumulate>
TAccumulate itk::Function::MeanAccumulator< TInputPixel, TAccumulate >::m_Sum


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

Generated at Thu May 28 19:17:45 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000