18#ifndef itkFrequencyImageRegionIteratorWithIndex_h
19#define itkFrequencyImageRegionIteratorWithIndex_h
63template <
typename TImage>
111 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
Pixel-wise addition of two images.
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
typename ImageType::SpacingType FrequencyType
typename ImageType::SpacingValueType FrequencyValueType
FrequencyImageRegionIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
Self & operator=(const FrequencyImageRegionConstIteratorWithIndex< TImage > &it)
FrequencyImageRegionIteratorWithIndex(TImage *ptr, const RegionType ®ion)
FrequencyImageRegionIteratorWithIndex(const FrequencyImageRegionConstIteratorWithIndex< TImage > &it)
void Set(const PixelType &value) const
FrequencyImageRegionIteratorWithIndex()
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
Self & operator=(const Self &it)
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....