#include <itkBinaryProjectionImageFilter.h>
Definition at line 50 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 53 of file itkBinaryProjectionImageFilter.h.
|
default |
|
inline |
Definition at line 72 of file itkBinaryProjectionImageFilter.h.
References m_BackgroundValue, m_ForegroundValue, and m_IsForeground.
|
inline |
Definition at line 57 of file itkBinaryProjectionImageFilter.h.
References m_IsForeground.
|
inline |
Definition at line 63 of file itkBinaryProjectionImageFilter.h.
References m_ForegroundValue, and m_IsForeground.
TOutputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
Definition at line 86 of file itkBinaryProjectionImageFilter.h.
Referenced by GetValue(), and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator().
TInputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
Definition at line 84 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 82 of file itkBinaryProjectionImageFilter.h.
Referenced by GetValue(), Initialize(), and operator()().