|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVectorNeighborhoodOperatorImageFilter_h
19 #define itkVectorNeighborhoodOperatorImageFilter_h
57 template <
typename TInputImage,
typename TOutputImage>
86 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
117 m_BoundsCondition = i;
128 GenerateInputRequestedRegion()
override;
130 #ifdef ITK_USE_CONCEPT_CHECKING
140 : m_BoundsCondition(nullptr)
142 this->DynamicMultiThreadingOn();
143 this->ThreaderUpdateProgressOff();
159 DynamicThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread)
override;
165 Superclass::PrintSelf(os, indent);
178 #ifndef ITK_MANUAL_INSTANTIATION
179 # include "itkVectorNeighborhoodOperatorImageFilter.hxx"
typename TInputImage::InternalPixelType InputInternalPixelType
typename OutputImageType::Pointer OutputImagePointer
typename OutputPixelType::ValueType ScalarValueType
ImageBoundaryConditionPointerType m_BoundsCondition
typename TInputImage::PixelType InputPixelType
typename TOutputImage::InternalPixelType OutputInternalPixelType
Control indentation during Print() invocation.
VectorNeighborhoodOperatorImageFilter()
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
Applies a single scalar NeighborhoodOperator to an itk::Vector image region.
void OverrideBoundaryCondition(const ImageBoundaryConditionPointerType i)
typename InputImageType::Pointer InputImagePointer
Neighborhood< ScalarValueType, Self::ImageDimension > m_Operator
TInputImage InputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
void SetOperator(const Neighborhood< ScalarValueType, Self::ImageDimension > &p)
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
TOutputImage OutputImageType
typename TOutputImage::PixelType OutputPixelType