18 #ifndef itkMaskNeighborhoodOperatorImageFilter_h
19 #define itkMaskNeighborhoodOperatorImageFilter_h
50 template<
typename TInputImage,
typename TMaskImage,
typename TOutputImage,
typename TOperatorValueType =
51 typename TOutputImage::PixelType >
59 TInputImage, TOutputImage, TOperatorValueType >
Superclass;
81 itkStaticConstMacro(ImageDimension,
unsigned int,
82 TOutputImage::ImageDimension);
83 itkStaticConstMacro(InputImageDimension,
unsigned int,
84 TInputImage::ImageDimension);
85 itkStaticConstMacro(MaskImageDimension,
unsigned int,
86 TMaskImage::ImageDimension);
110 void SetMaskImage(
const TMaskImage *mask);
115 const TMaskImage * GetMaskImage()
const;
129 itkSetMacro(UseDefaultValue,
bool);
132 itkGetConstReferenceMacro(UseDefaultValue,
bool);
135 itkBooleanMacro(UseDefaultValue);
137 #ifdef ITK_USE_CONCEPT_CHECKING
156 m_UseDefaultValue(true) {}
158 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
165 void GenerateInputRequestedRegion() ITK_OVERRIDE;
178 void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread,
185 bool m_UseDefaultValue;
189 #ifndef ITK_MANUAL_INSTANTIATION
190 #include "itkMaskNeighborhoodOperatorImageFilter.hxx"
Superclass::OutputNeighborhoodType OutputNeighborhoodType
TMaskImage::PixelType MaskPixelType
TInputImage::InternalPixelType InputInternalPixelType
virtual ~MaskNeighborhoodOperatorImageFilter() override
TOutputImage OutputImageType
Applies a single NeighborhoodOperator to an image, processing only those pixels that are under a mask...
TInputImage::PixelType InputPixelType
Base class for all process objects that output image data.
ImageBoundaryCondition< OutputImageType > * ImageBoundaryConditionPointerType
InputImageType::Pointer InputImagePointer
TOutputImage::PixelType OutputPixelType
MaskImageType::Pointer MaskImagePointer
TMaskImage::InternalPixelType MaskInternalPixelType
MaskNeighborhoodOperatorImageFilter()
TOutputImage::InternalPixelType OutputInternalPixelType
MaskNeighborhoodOperatorImageFilter Self
NeighborhoodOperatorImageFilter< TInputImage, TOutputImage, TOperatorValueType > Superclass
TInputImage InputImageType
Superclass::OperatorValueType OperatorValueType
unsigned int ThreadIdType
Superclass::OutputImageRegionType OutputImageRegionType
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
Applies a single NeighborhoodOperator to an image region.
#define itkConceptMacro(name, concept)