18#ifndef itkPeriodicBoundaryCondition_h
19#define itkPeriodicBoundaryCondition_h
37template <
typename TInputImage,
typename TOutputImage = TInputImage>
96 const RegionType & outputRequestedRegion)
const override;
111#ifndef ITK_MANUAL_INSTANTIATION
112# include "itkPeriodicBoundaryCondition.hxx"
ImageBoundaryCondition()=default
Index< ImageDimension > IndexType
typename TInputImage::PixelType PixelType
typename TInputImage::NeighborhoodAccessorFunctorType NeighborhoodAccessorFunctorType
Size< ImageDimension > SizeType
static constexpr unsigned int ImageDimension
typename TInputImage::InternalPixelType * PixelPointerType
ImageRegion< ImageDimension > RegionType
Neighborhood< PixelPointerType, ImageDimension > NeighborhoodType
Offset< ImageDimension > OffsetType
typename TOutputImage::PixelType OutputPixelType
ImageRegion< ImageDimension > RegionType
ImageBoundaryCondition< TInputImage, TOutputImage > Superclass
Neighborhood< PixelPointerType, ImageDimension > NeighborhoodType
Offset< ImageDimension > OffsetType
Index< ImageDimension > IndexType
RegionType GetInputRequestedRegion(const RegionType &inputLargestPossibleRegion, const RegionType &outputRequestedRegion) const override
static constexpr unsigned int ImageDimension
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::NeighborhoodAccessorFunctorType NeighborhoodAccessorFunctorType
PeriodicBoundaryCondition()=default
OutputPixelType operator()(const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data, const NeighborhoodAccessorFunctorType &neighborhoodAccessorFunctor) const override
OutputPixelType GetPixel(const IndexType &index, const TInputImage *image) const override
OutputPixelType operator()(const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data) const override
PeriodicBoundaryCondition Self
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....