ITK  5.0.0
Insight Segmentation and Registration Toolkit
itkFrequencyHalfHermitianFFTLayoutImageRegionIteratorWithIndex.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright Insight Software Consortium
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0.txt
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  *=========================================================================*/
18 #ifndef itkFrequencyHalfHermitianFFTLayoutImageRegionIteratorWithIndex_h
19 #define itkFrequencyHalfHermitianFFTLayoutImageRegionIteratorWithIndex_h
20 
23 
24 namespace itk
25 {
62 template< typename TImage >
65 {
66 public:
70 
72  using IndexType = typename Superclass::IndexType;
73  using SizeType = typename Superclass::SizeType;
76  using ImageType = typename Superclass::ImageType;
80  using PixelType = typename Superclass::PixelType;
82 
83  using FrequencyType = typename ImageType::SpacingType;
84  using FrequencyValueType = typename ImageType::SpacingValueType;
88  {
89  }
90 
95  {
96  }
97 
106  {
107  }
108 
110  void Set(const PixelType & value) const
111  {
112  this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >( this->m_Position ) ), value);
113  }
114 
119  {
120  return *( const_cast< InternalPixelType * >( this->m_Position ) );
121  }
122 
123 protected:
128  {
129  }
130 
132  {
134  return *this;
135  }
136 };
137 } // end namespace itk
138 #endif
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
typename Superclass::AccessorType AccessorType
typename PixelContainer::Pointer PixelContainerPointer
FrequencyHalfHermitianFFTLayoutImageRegionIteratorWithIndex(const FrequencyHalfHermitianFFTLayoutImageRegionConstIteratorWithIndex< TImage > &it)
typename TImage::InternalPixelType InternalPixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
typename Superclass::PixelContainer PixelContainer
A multi-dimensional iterator templated over image type that walks pixels within a region and is speci...
typename Superclass::OffsetType OffsetType
typename Superclass::RegionType RegionType
typename Superclass::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
Self & operator=(const Self &it)
typename Superclass::PixelContainerPointer PixelContainerPointer
Self & operator=(const FrequencyHalfHermitianFFTLayoutImageRegionConstIteratorWithIndex< TImage > &it)