18#ifndef itkMaskNeighborhoodOperatorImageFilter_h
19#define itkMaskNeighborhoodOperatorImageFilter_h
50template <
typename TInputImage,
52 typename TOutputImage,
53 typename TOperatorValueType =
typename TOutputImage::PixelType>
129 itkSetMacro(UseDefaultValue,
bool);
132 itkGetConstReferenceMacro(UseDefaultValue,
bool);
135 itkBooleanMacro(UseDefaultValue);
181#ifndef ITK_MANUAL_INSTANTIATION
182# include "itkMaskNeighborhoodOperatorImageFilter.hxx"
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
Control indentation during Print() invocation.
TOutputImage OutputImageType
typename TMaskImage::InternalPixelType MaskInternalPixelType
NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType > Superclass
const TMaskImage * GetMaskImage() const
typename MaskImageType::Pointer MaskImagePointer
typename TMaskImage::PixelType MaskPixelType
static constexpr unsigned int ImageDimension
typename TInputImage::InternalPixelType InputInternalPixelType
OutputPixelType m_DefaultValue
typename TOutputImage::InternalPixelType OutputInternalPixelType
typename InputImageType::Pointer InputImagePointer
~MaskNeighborhoodOperatorImageFilter() override=default
TInputImage InputImageType
MaskNeighborhoodOperatorImageFilter Self
static constexpr unsigned int InputImageDimension
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
typename TOutputImage::PixelType OutputPixelType
void SetMaskImage(const TMaskImage *mask)
static constexpr unsigned int MaskImageDimension
ImageBoundaryCondition< OutputImageType > * ImageBoundaryConditionPointerType
typename TInputImage::PixelType InputPixelType
SmartPointer< const Self > ConstPointer
void GenerateInputRequestedRegion() override
SmartPointer< Self > Pointer
MaskNeighborhoodOperatorImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
NeighborhoodOperatorImageFilter()
Neighborhood< OperatorValueType, Self::ImageDimension > OutputNeighborhoodType
typename OutputImageType::RegionType OutputImageRegionType
TOperatorValueType OperatorValueType
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....