18 #ifndef itkMinimumProjectionImageFilter_h
19 #define itkMinimumProjectionImageFilter_h
47 template<
typename TInputPixel >
73 template<
typename TInputImage,
typename TOutputImage >
76 Functor::MinimumAccumulator< typename TInputImage::PixelType > >
96 #ifdef ITK_USE_CONCEPT_CHECKING
virtual ~MinimumProjectionImageFilter()
MinimumProjectionImageFilter()
Base class for all process objects that output image data.
unsigned long SizeValueType
InputImageType::PixelType InputPixelType
Implements an accumulation of an image along a selected direction.
SmartPointer< const Self > ConstPointer
void operator()(const TInputPixel &input)
MinimumAccumulator(SizeValueType)
MinimumProjectionImageFilter Self
ProjectionImageFilter< TInputImage, TOutputImage, Functor::MinimumAccumulator< typename TInputImage::PixelType > > Superclass
SmartPointer< Self > Pointer
TInputImage InputImageType
void operator=(const Self &)
#define itkConceptMacro(name, concept)