ITK
5.2.0
Insight Toolkit
|
#include <itkNeighborhoodAlgorithm.h>
Public Types | |
using | OffsetType = Offset< TImage::ImageDimension > |
Public Member Functions | |
OffsetType | operator() (TImage *, TImage *) const |
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.
using itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >::OffsetType = Offset<TImage::ImageDimension> |
Definition at line 137 of file itkNeighborhoodAlgorithm.h.
OffsetType itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >::operator() | ( | TImage * | , |
TImage * | |||
) | const |