18 #ifndef __itkBinaryProjectionImageFilter_h
19 #define __itkBinaryProjectionImageFilter_h
51 template<
class TInputPixel,
class TOutputPixel >
91 template<
class TInputImage,
class TOutputImage >
94 Functor::BinaryAccumulator<
95 typename TInputImage::PixelType,
96 typename TOutputImage::PixelType > >
102 typename TInputImage::PixelType,
145 #ifdef ITK_USE_CONCEPT_CHECKING
164 void PrintSelf(std::ostream & os,
Indent indent)
const
166 Superclass::PrintSelf(os, indent);
171 os << indent <<
"ForegroundValue: "
172 <<
static_cast< InputPixelPrintType
>( m_ForegroundValue )
176 OutputPixelPrintType;
178 os << indent <<
"BackgroundValue: "
179 <<
static_cast< OutputPixelPrintType
>( m_BackgroundValue )
187 accumulator.m_ForegroundValue = m_ForegroundValue;
188 accumulator.m_BackgroundValue = m_BackgroundValue;
200 void operator=(
const Self &);