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