ITK
5.2.0
Insight Toolkit
|
#include <itkSumProjectionImageFilter.h>
Public Member Functions | |
TOuputPixel | GetValue () |
void | Initialize () |
void | operator() (const TInputPixel &input) |
SumAccumulator (SizeValueType) | |
~SumAccumulator ()=default | |
Public Attributes | |
TOuputPixel | m_Sum |
Definition at line 50 of file itkSumProjectionImageFilter.h.
|
inline |
Definition at line 53 of file itkSumProjectionImageFilter.h.
|
default |
|
inline |
Definition at line 69 of file itkSumProjectionImageFilter.h.
References itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.
|
inline |
Definition at line 57 of file itkSumProjectionImageFilter.h.
References itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum, and itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 63 of file itkSumProjectionImageFilter.h.
References itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.
TOuputPixel itk::Functor::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum |