ITK
6.0.0
Insight Toolkit
|
#include <itkSumProjectionImageFilter.h>
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 |
|
inline |
Definition at line 53 of file itkSumProjectionImageFilter.h.
|
default |
|
inline |
Definition at line 69 of file itkSumProjectionImageFilter.h.
References itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::m_Sum.
|
inline |
Definition at line 57 of file itkSumProjectionImageFilter.h.
References itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::m_Sum.
|
inline |
Definition at line 63 of file itkSumProjectionImageFilter.h.
References itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::m_Sum.
TOutputPixel itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::m_Sum |