#include <itkSumProjectionImageFilter.h>
Definition at line 49 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 52 of file itkSumProjectionImageFilter.h.
|
default |
|
inline |
Definition at line 68 of file itkSumProjectionImageFilter.h.
References m_Sum.
|
inline |
Definition at line 56 of file itkSumProjectionImageFilter.h.
References m_Sum.
|
inline |
Definition at line 62 of file itkSumProjectionImageFilter.h.
References m_Sum.
| TOutputPixel itk::Functor::SumAccumulator< TInputPixel, TOutputPixel >::m_Sum |
Definition at line 73 of file itkSumProjectionImageFilter.h.
Referenced by GetValue(), Initialize(), and operator()().