18 #ifndef itkVectorNeighborhoodOperatorImageFilter_h
19 #define itkVectorNeighborhoodOperatorImageFilter_h
57 template<
typename TInputImage,
typename TOutputImage >
85 itkStaticConstMacro(ImageDimension,
unsigned int,
86 TOutputImage::ImageDimension);
102 itkGetStaticConstMacro(ImageDimension) > & p)
115 { m_BoundsCondition = i; }
124 virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
126 #ifdef ITK_USE_CONCEPT_CHECKING
137 m_BoundsCondition(ITK_NULLPTR)
152 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
156 { Superclass::PrintSelf(os, indent); }
170 #ifndef ITK_MANUAL_INSTANTIATION
171 #include "itkVectorNeighborhoodOperatorImageFilter.hxx"
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
Base class for all process objects that output image data.
virtual ~VectorNeighborhoodOperatorImageFilter() override
TOutputImage OutputImageType
void OverrideBoundaryCondition(const ImageBoundaryConditionPointerType i)
void SetOperator(const Neighborhood< ScalarValueType, itkGetStaticConstMacro(ImageDimension) > &p)
ImageBoundaryCondition< OutputImageType > * ImageBoundaryConditionPointerType
TOutputImage::Pointer OutputImagePointer
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
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