18 #ifndef itkBinaryDilateParaImageFilter_h
19 #define itkBinaryDilateParaImageFilter_h
66 template<
typename TInputImage,
67 typename TOutputImage = TInputImage >
105 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
112 itkGetConstReferenceMacro(Radius,
RadiusType);
114 void Modified()
const override;
118 m_RectPara->SetUseImageSpacing(g);
119 m_CircPara->SetUseImageSpacing(g);
126 itkSetMacro(Circular,
bool);
127 itkGetConstReferenceMacro(Circular,
bool);
128 itkBooleanMacro(Circular);
134 void GenerateData(
void)
override;
138 void PrintSelf(std::ostream & os,
Indent indent)
const override;
158 #ifndef ITK_MANUAL_INSTANTIATION
159 #include "itkBinaryDilateParaImageFilter.hxx"
162 #endif //__itkBinaryDilateParaImageFilter_h
typename NumericTraits< PixelType >::RealType RealType
typename TInputImage::PixelType PixelType
CircParabolicType::Pointer m_CircPara
typename itk::Image< InternalIntType, InputImageType::ImageDimension > InternalIntImageType
Define numeric traits for std::vector.
typename NumericTraits< PixelType >::FloatType InternalRealType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename itk::ParabolicDilateImageFilter< TInputImage, InternalRealImageType > RectParabolicType
RectParabolicType::Pointer m_RectPara
Base class for all process objects that output image data.
typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType
TInputImage InputImageType
typename TOutputImage::PixelType OutputPixelType
~BinaryDilateParaImageFilter() override
void SetUseImageSpacing(bool g)
typename itk::ParabolicDilateImageFilter< TInputImage, InternalRealImageType > CircParabolicType
typename itk::BinaryThresholdImageFilter< InternalRealImageType, OutputImageType > CCastType
Binarize an input image by thresholding.
typename InputImageType::Pointer InputImagePointer
Class for morphological dilation operations with parabolic structuring elements.
typename itk::Image< InternalRealType, InputImageType::ImageDimension > InternalRealImageType
typename itk::BinaryThresholdImageFilter< InternalRealImageType, OutputImageType > RCastType
TOutputImage OutputImageType
typename NumericTraits< PixelType >::ScalarRealType ScalarRealType
Class for binary morphological erosion operation.
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
RCastType::Pointer m_RectCast
typename InputImageType::ConstPointer InputImageConstPointer
Templated n-dimensional image class.
CCastType::Pointer m_CircCast