ITK
6.0.0
Insight Toolkit
|
#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 itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue, itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, and itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
|
inline |
Definition at line 57 of file itkBinaryProjectionImageFilter.h.
References itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
|
inline |
Definition at line 63 of file itkBinaryProjectionImageFilter.h.
References itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, and itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
TOutputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
Definition at line 88 of file itkBinaryProjectionImageFilter.h.
Referenced by itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::GetValue(), and itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator().
TInputPixel itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
Definition at line 86 of file itkBinaryProjectionImageFilter.h.
Referenced by itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::GetValue(), itk::BinaryProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator(), and itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::operator()().
bool itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::m_IsForeground |
Definition at line 84 of file itkBinaryProjectionImageFilter.h.
Referenced by itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::GetValue(), itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::Initialize(), and itk::Functor::BinaryAccumulator< TInputPixel, TOutputPixel >::operator()().