#include <itkBinaryProjectionImageFilter.h>
Definition at line 49 of file itkBinaryProjectionImageFilter.h.
Public Member Functions | |
| BinaryAccumulator (SizeValueType) | |
| TOutputPixel | GetValue () |
| void | Initialize () |
| void | operator() (const TInputPixel &input) |
| ~BinaryAccumulator ()=default | |
Public Attributes | |
| TOutputPixel | m_BackgroundValue |
| TInputPixel | m_ForegroundValue |
| bool | m_IsForeground |
|
inline |
Definition at line 52 of file itkBinaryProjectionImageFilter.h.
|
default |
|
inline |
Definition at line 71 of file itkBinaryProjectionImageFilter.h.
References m_BackgroundValue, m_ForegroundValue, and m_IsForeground.
|
inline |
Definition at line 56 of file itkBinaryProjectionImageFilter.h.
References m_IsForeground.
|
inline |
Definition at line 62 of file itkBinaryProjectionImageFilter.h.
References m_ForegroundValue, and m_IsForeground.
| TOutputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
Definition at line 85 of file itkBinaryProjectionImageFilter.h.
Referenced by GetValue(), and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator().
| TInputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
Definition at line 83 of file itkBinaryProjectionImageFilter.h.
Referenced by GetValue(), itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and operator()().
| bool itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_IsForeground |
Definition at line 81 of file itkBinaryProjectionImageFilter.h.
Referenced by GetValue(), Initialize(), and operator()().