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