#include <itkBinaryThresholdProjectionImageFilter.h>
Public Member Functions | |
BinaryThresholdAccumulator (unsigned long) | |
TOutputPixel | GetValue () |
void | Initialize () |
void | operator() (const TInputPixel &input) |
~BinaryThresholdAccumulator () | |
Public Attributes | |
TOutputPixel | m_BackgroundValue |
TInputPixel | m_ForegroundValue |
bool | m_IsForeground |
TInputPixel | m_ThresholdValue |
Definition at line 51 of file itkBinaryThresholdProjectionImageFilter.h.
itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::BinaryThresholdAccumulator | ( | unsigned | long | ) | [inline] |
Definition at line 54 of file itkBinaryThresholdProjectionImageFilter.h.
itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::~BinaryThresholdAccumulator | ( | ) | [inline] |
Definition at line 55 of file itkBinaryThresholdProjectionImageFilter.h.
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue | ( | void | ) | [inline] |
Definition at line 70 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue, itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue, and itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
void itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::Initialize | ( | void | ) | [inline] |
Definition at line 57 of file itkBinaryThresholdProjectionImageFilter.h.
References itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground.
void itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::operator() | ( | const TInputPixel & | input | ) | [inline] |
TOutputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_BackgroundValue |
Definition at line 86 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue().
TInputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ForegroundValue |
Definition at line 85 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue().
bool itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_IsForeground |
Definition at line 82 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::GetValue(), itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::Initialize(), and itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::operator()().
TInputPixel itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::m_ThresholdValue |
Definition at line 84 of file itkBinaryThresholdProjectionImageFilter.h.
Referenced by itk::Function::BinaryThresholdAccumulator< TInputPixel, TOutputPixel >::operator()().