#include <itkSumProjectionImageFilter.h>
Public Member Functions | |
TOuputPixel | GetValue () |
void | Initialize () |
TInputPixel | operator() (const TInputPixel &input) |
SumAccumulator (unsigned long) | |
~SumAccumulator () | |
Public Attributes | |
TOuputPixel | m_Sum |
Definition at line 48 of file itkSumProjectionImageFilter.h.
itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::SumAccumulator | ( | unsigned | long | ) | [inline] |
Definition at line 51 of file itkSumProjectionImageFilter.h.
itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::~SumAccumulator | ( | ) | [inline] |
Definition at line 52 of file itkSumProjectionImageFilter.h.
TOuputPixel itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::GetValue | ( | void | ) | [inline] |
Definition at line 65 of file itkSumProjectionImageFilter.h.
References itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.
void itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::Initialize | ( | void | ) | [inline] |
Definition at line 54 of file itkSumProjectionImageFilter.h.
References itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.
TInputPixel itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::operator() | ( | const TInputPixel & | input | ) | [inline] |
Definition at line 59 of file itkSumProjectionImageFilter.h.
References itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum.
TOuputPixel itk::Function::SumAccumulator< TInputPixel, TOuputPixel >::m_Sum |