18 #ifndef itkVectorNeighborhoodOperatorImageFilter_h
19 #define itkVectorNeighborhoodOperatorImageFilter_h
57 template<
typename TInputImage,
typename TOutputImage >
87 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
103 Self::ImageDimension > & p)
116 { m_BoundsCondition = i; }
125 void GenerateInputRequestedRegion()
override;
127 #ifdef ITK_USE_CONCEPT_CHECKING
138 m_BoundsCondition(nullptr)
140 this->DynamicMultiThreadingOn();
155 void DynamicThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread)
override;
159 { Superclass::PrintSelf(os, indent); }
171 #ifndef ITK_MANUAL_INSTANTIATION
172 #include "itkVectorNeighborhoodOperatorImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
A light-weight container object for storing an N-dimensional neighborhood of values.
ImageBoundaryConditionPointerType m_BoundsCondition
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputPixelType::ValueType ScalarValueType
Base class for all process objects that output image data.
typename TInputImage::InternalPixelType InputInternalPixelType
TInputImage InputImageType
void OverrideBoundaryCondition(const ImageBoundaryConditionPointerType i)
Neighborhood< ScalarValueType, Self::ImageDimension > m_Operator
typename InputImageType::Pointer InputImagePointer
void SetOperator(const Neighborhood< ScalarValueType, Self::ImageDimension > &p)
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename TOutputImage::InternalPixelType OutputInternalPixelType
VectorNeighborhoodOperatorImageFilter()
Base class for filters that take an image as input and produce an image as output.
typename TOutputImage::PixelType OutputPixelType
Control indentation during Print() invocation.
typename TInputImage::PixelType InputPixelType
#define itkConceptMacro(name, concept)
Applies a single scalar NeighborhoodOperator to an itk::Vector image region.
void PrintSelf(std::ostream &os, Indent indent) const override