#include <itkNeighborhoodAlgorithm.h>
Public Types | |
typedef Offset < ::itk::GetImageDimension < TImage >::ImageDimension > | OffsetType |
Public Member Functions | |
OffsetType | operator() (TImage *, TImage *) const |
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 58 of file itkNeighborhoodAlgorithm.h.
typedef Offset< ::itk::GetImageDimension<TImage>::ImageDimension> itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >::OffsetType |
Definition at line 60 of file itkNeighborhoodAlgorithm.h.
OffsetType itk::NeighborhoodAlgorithm::CalculateOutputWrapOffsetModifiers< TImage >::operator() | ( | TImage * | , | |
TImage * | ||||
) | const |