|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageRegionExclusionConstIteratorWithIndex_h
19 #define itkImageRegionExclusionConstIteratorWithIndex_h
130 template <
typename TImage>
193 SetExclusionRegion(
const RegionType & region);
200 SetExclusionRegionToInsetRegion();
218 #ifndef ITK_MANUAL_INSTANTIATION
219 # include "itkImageRegionExclusionConstIteratorWithIndex.hxx"
typename TImage::SizeType SizeType
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
typename PixelContainer::Pointer PixelContainerPointer
ImageBaseType::SizeType SizeType
A multi-dimensional image iterator that walks an image region, excluding a second region that may par...
typename TImage::PixelType PixelType
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
typename TImage::AccessorType AccessorType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
IndexType m_ExclusionBegin
typename TImage::RegionType RegionType
typename TImage::PixelContainer PixelContainer
RegionType m_ExclusionRegion
typename TImage::OffsetType OffsetType