19 #ifndef rtkMagnitudeThresholdImageFilter_h 20 #define rtkMagnitudeThresholdImageFilter_h 39 template <
typename TInputImage,
typename TRealType =
float,
typename TOutputImage = TInputImage>
55 #ifdef itkOverrideGetNameOfClassMacro 74 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
77 static constexpr
unsigned int VectorDimension = InputPixelType::Dimension;
87 #ifdef ITK_USE_CONCEPT_CHECKING 95 itkGetMacro(Threshold, TRealType);
110 #ifndef ITK_MANUAL_INSTANTIATION 111 # include "rtkMagnitudeThresholdImageFilter.hxx" typename OutputImageType::Pointer OutputImagePointer
typename TOutputImage::PixelType OutputPixelType
TInputImage InputImageType
typename TInputImage::PixelType InputPixelType
#define itkSetMacro(name, type)
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
Performs thresholding on the norm of each vector-valued input pixel.
#define itkConceptMacro(name, concept)