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

#include <itkSumProjectionImageFilter.h>

Detailed Description

template<typename TInputPixel, typename TOutputPixel>
class itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >

Definition at line 50 of file itkSumProjectionImageFilter.h.

Public Member Functions

TOutputPixel GetValue ()
 
void Initialize ()
 
void operator() (const TInputPixel &input)
 
 SumAccumulator (SizeValueType)
 
 ~SumAccumulator ()=default
 

Public Attributes

TOutputPixel m_Sum
 

Constructor & Destructor Documentation

◆ SumAccumulator()

template<typename TInputPixel , typename TOutputPixel >
itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::SumAccumulator ( SizeValueType  )
inline

Definition at line 53 of file itkSumProjectionImageFilter.h.

◆ ~SumAccumulator()

template<typename TInputPixel , typename TOutputPixel >
itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::~SumAccumulator ( )
default

Member Function Documentation

◆ GetValue()

template<typename TInputPixel , typename TOutputPixel >
TOutputPixel itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::GetValue ( )
inline

◆ Initialize()

template<typename TInputPixel , typename TOutputPixel >
void itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::Initialize ( )
inline

◆ operator()()

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

Member Data Documentation

◆ m_Sum

template<typename TInputPixel , typename TOutputPixel >
TOutputPixel itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::m_Sum

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