18 #ifndef __itkBinaryProjectionImageFilter_h
19 #define __itkBinaryProjectionImageFilter_h
49 template<
class TInputPixel,
class TOutputPixel >
89 template<
class TInputImage,
class TOutputImage >
92 Functor::BinaryAccumulator<
93 typename TInputImage::PixelType,
94 typename TOutputImage::PixelType > >
100 typename TInputImage::PixelType,
143 #ifdef ITK_USE_CONCEPT_CHECKING
162 void PrintSelf(std::ostream & os,
Indent indent)
const
164 Superclass::PrintSelf(os, indent);
169 os << indent <<
"ForegroundValue: "
170 <<
static_cast< InputPixelPrintType
>( m_ForegroundValue )
174 OutputPixelPrintType;
176 os << indent <<
"BackgroundValue: "
177 <<
static_cast< OutputPixelPrintType
>( m_BackgroundValue )
185 accumulator.m_ForegroundValue = m_ForegroundValue;
186 accumulator.m_BackgroundValue = m_BackgroundValue;
198 void operator=(
const Self &);