18#ifndef itkMaximumProjectionImageFilter_h
19#define itkMaximumProjectionImageFilter_h
47template <
typename TInputPixel>
59 if constexpr (std::is_same<TInputPixel, typename NumericTraits<TInputPixel>::ValueType>::value)
73 if constexpr (std::is_same<TInputPixel, typename NumericTraits<TInputPixel>::ValueType>::value)
85 for (
unsigned int i = 0; i < itk::NumericTraits<TInputPixel>::GetLength(
m_Maximum); ++i)
103template <
typename TInputImage,
typename TOutputImage>
107 Functor::MaximumAccumulator<typename TInputImage::PixelType>>
~MaximumAccumulator()=default
MaximumAccumulator(SizeValueType)
void operator()(const TInputPixel &input)
SmartPointer< const Self > ConstPointer
MaximumProjectionImageFilter Self
~MaximumProjectionImageFilter() override=default
ProjectionImageFilter< TInputImage, TOutputImage, Functor::MaximumAccumulator< typename TInputImage::PixelType > > Superclass
typename InputImageType::PixelType InputPixelType
SmartPointer< Self > Pointer
TInputImage InputImageType
MaximumProjectionImageFilter()=default
static constexpr T NonpositiveMin()
static unsigned int GetLength(const T &)
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType