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