18#ifndef itkVectorNeighborhoodOperatorImageFilter_h
19#define itkVectorNeighborhoodOperatorImageFilter_h
57template <
typename TInputImage,
typename TOutputImage>
174#ifndef ITK_MANUAL_INSTANTIATION
175# include "itkVectorNeighborhoodOperatorImageFilter.hxx"
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
virtual void DynamicMultiThreadingOn()
typename OutputImageType::RegionType OutputImageRegionType
void PrintSelf(std::ostream &os, Indent indent) const override
Control indentation during Print() invocation.
A light-weight container object for storing an N-dimensional neighborhood of values.
virtual void Modified() const
virtual void ThreaderUpdateProgressOff()
Implements transparent reference counting.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
typename TInputImage::InternalPixelType InputInternalPixelType
void GenerateInputRequestedRegion() override
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
SmartPointer< Self > Pointer
static constexpr unsigned int ImageDimension
void PrintSelf(std::ostream &os, Indent indent) const override
ImageBoundaryCondition< OutputImageType > * ImageBoundaryConditionPointerType
typename OutputImageType::RegionType OutputImageRegionType
typename TOutputImage::InternalPixelType OutputInternalPixelType
~VectorNeighborhoodOperatorImageFilter() override=default
VectorNeighborhoodOperatorImageFilter Self
typename TOutputImage::PixelType OutputPixelType
VectorNeighborhoodOperatorImageFilter()
typename OutputPixelType::ValueType ScalarValueType
void SetOperator(const Neighborhood< ScalarValueType, Self::ImageDimension > &p)
typename TInputImage::PixelType InputPixelType
TOutputImage OutputImageType
Neighborhood< ScalarValueType, Self::ImageDimension > m_Operator
typename TInputImage::Pointer InputImagePointer
typename TOutputImage::Pointer OutputImagePointer
ImageBoundaryConditionPointerType m_BoundsCondition
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
void OverrideBoundaryCondition(const ImageBoundaryConditionPointerType i)
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....