18 #ifndef itkVectorNeighborhoodOperatorImageFilter_h
19 #define itkVectorNeighborhoodOperatorImageFilter_h
57 template<
typename TInputImage,
typename TOutputImage >
86 TOutputImage::ImageDimension);
126 #ifdef ITK_USE_CONCEPT_CHECKING
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkVectorNeighborhoodOperatorImageFilter.hxx"
void operator=(const Self &)
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual void GenerateInputRequestedRegion() override
SmartPointer< Self > Pointer
TOutputImage::PixelType OutputPixelType
A light-weight container object for storing an N-dimensional neighborhood of values.
TInputImage::InternalPixelType InputInternalPixelType
TInputImage::PixelType InputPixelType
Superclass::OutputImageRegionType OutputImageRegionType
ImageBoundaryConditionPointerType m_BoundsCondition
TInputImage::Pointer InputImagePointer
static const unsigned int ImageDimension
Base class for all process objects that output image data.
TOutputImage OutputImageType
void OverrideBoundaryCondition(const ImageBoundaryConditionPointerType i)
void SetOperator(const Neighborhood< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > &p)
ImageBoundaryCondition< OutputImageType > * ImageBoundaryConditionPointerType
virtual ~VectorNeighborhoodOperatorImageFilter()
TOutputImage::Pointer OutputImagePointer
virtual void Modified() const
unsigned int ThreadIdType
VectorNeighborhoodOperatorImageFilter()
TInputImage InputImageType
OutputPixelType::ValueType ScalarValueType
Base class for filters that take an image as input and produce an image as output.
TOutputImage::InternalPixelType OutputInternalPixelType
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
Superclass::OutputImageRegionType OutputImageRegionType
Neighborhood< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > m_Operator
#define itkConceptMacro(name, concept)
VectorNeighborhoodOperatorImageFilter Self
Applies a single scalar NeighborhoodOperator to an itk::Vector image region.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override