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