ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::Functor::MeanAccumulator< TInputPixel, TAccumulate > Class Template Reference

#include <itkMeanProjectionImageFilter.h>

Detailed Description

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

Definition at line 49 of file itkMeanProjectionImageFilter.h.

Public Types

using RealType = typename NumericTraits< TInputPixel >::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
 

Member Typedef Documentation

◆ RealType

template<typename TInputPixel , typename TAccumulate >
using itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::RealType = typename NumericTraits<TInputPixel>::RealType

Definition at line 52 of file itkMeanProjectionImageFilter.h.

Constructor & Destructor Documentation

◆ MeanAccumulator()

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

◆ ~MeanAccumulator()

template<typename TInputPixel , typename TAccumulate >
itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::~MeanAccumulator ( )
inline

Member Function Documentation

◆ GetValue()

template<typename TInputPixel , typename TAccumulate >
RealType itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::GetValue ( )
inline

◆ Initialize()

template<typename TInputPixel , typename TAccumulate >
void itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::Initialize ( )
inline

◆ operator()()

template<typename TInputPixel , typename TAccumulate >
void itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::operator() ( const TInputPixel &  input)
inline

Member Data Documentation

◆ m_Size

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

◆ m_Sum

template<typename TInputPixel , typename TAccumulate >
TAccumulate itk::Functor::MeanAccumulator< TInputPixel, TAccumulate >::m_Sum

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