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

#include <itkMeanProjectionImageFilter.h>

List of all members.

Public Types

typedef NumericTraits
< TInputPixel >::RealType 
RealType

Public Member Functions

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

Public Attributes

SizeValueType m_Size
TAccumulate m_Sum

Detailed Description

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

Definition at line 50 of file itkMeanProjectionImageFilter.h.


Member Typedef Documentation

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

Definition at line 53 of file itkMeanProjectionImageFilter.h.


Constructor & Destructor Documentation

template<class TInputPixel , class TAccumulate >
itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::MeanAccumulator ( SizeValueType  size)
inline
template<class TInputPixel , class TAccumulate >
itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::~MeanAccumulator ( )
inline

Member Function Documentation

template<class TInputPixel , class TAccumulate >
RealType itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::GetValue ( )
inline
template<class TInputPixel , class TAccumulate >
void itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::Initialize ( void  )
inline
template<class TInputPixel , class TAccumulate >
void itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::operator() ( const TInputPixel &  input)
inline

Member Data Documentation

template<class TInputPixel , class TAccumulate >
SizeValueType itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::m_Size
template<class TInputPixel , class TAccumulate >
TAccumulate itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::m_Sum

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