ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | List of all members
itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage > Class Template Reference

#include <itkNeighborhoodAlgorithm.h>

Detailed Description

template<typename TImage>
class itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >

Sets up itkNeighborhoodIterator output buffers.

Helper class for setting up itkNeighborhoodIterator output buffers. Calculates the necessary modifiers to synchronize input and output iteration between images with equal RequestedRegion sizes but unequal BufferedRegion sizes.

Definition at line 135 of file itkNeighborhoodAlgorithm.h.

Public Types

using OffsetType = Offset< TImage::ImageDimension >
 

Public Member Functions

OffsetType operator() (TImage *, TImage *) const
 

Member Typedef Documentation

◆ OffsetType

template<typename TImage >
using itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >::OffsetType = Offset<TImage::ImageDimension>

Definition at line 137 of file itkNeighborhoodAlgorithm.h.

Member Function Documentation

◆ operator()()

template<typename TImage >
OffsetType itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >::operator() ( TImage *  ,
TImage *   
) const

The documentation for this class was generated from the following file: