ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkImageRandomConstIteratorWithOnlyIndex.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
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 * https://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 itkImageRandomConstIteratorWithOnlyIndex_h
19#define itkImageRandomConstIteratorWithOnlyIndex_h
20
23
24namespace itk
25{
122template <typename TImage>
124{
125public:
129
131 using typename Superclass::IndexType;
132 using typename Superclass::SizeType;
133 using typename Superclass::OffsetType;
134 using typename Superclass::RegionType;
135 using typename Superclass::ImageType;
136 using typename Superclass::IndexValueType;
137 using typename Superclass::OffsetValueType;
138 using typename Superclass::SizeValueType;
139
142
144
148
159
161 void
163 {
164 this->RandomJump();
166 }
167
169 void
175
177 bool
178 IsAtBegin() const
179 {
180 return (m_NumberOfSamplesDone == 0L);
181 }
182
184 bool
185 IsAtEnd() const
186 {
188 }
189
192 Self &
194 {
195 this->RandomJump();
197 return *this;
198 }
199
202 Self &
204 {
205 this->RandomJump();
207 return *this;
208 }
209
211 void
216
219 {
221 }
222
224 void
226
227 void
229
230private:
232 void
234
240};
241} // end namespace itk
242
243#ifndef ITK_MANUAL_INSTANTIATION
244# include "itkImageRandomConstIteratorWithOnlyIndex.hxx"
245#endif
246
247#endif
typename OffsetType::OffsetValueType OffsetValueType
ImageRandomConstIteratorWithOnlyIndex(const ImageConstIteratorWithOnlyIndex< TImage > &it)
typename Statistics::MersenneTwisterRandomVariateGenerator::Pointer GeneratorPointer
~ImageRandomConstIteratorWithOnlyIndex() override=default
ImageRandomConstIteratorWithOnlyIndex(const ImageType *ptr, const RegionType &region)
static Pointer New()
Method for creation through the object factory.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType
Definition itkIntTypes.h:86