Advance the current position within the segment.
- Parameters
-
| steps | Number of steps to advance. |
| dimension | Dimension to advance. |
- Returns
- True if not at end, false if at end.
Definition at line 193 of file RegionSegment.hpp.
194 {
195
197 return false;
198 }
199
201
202
203
207 return false;
208 }
209
212
215 }
216 } else {
217 break;
218 }
219 }
220
222 }
std::vector< uint64_t > segment_size
Size in each dimension.
bool is_at_end() const
Check if the current position is at the end of the segment.
std::vector< uint64_t > current_position
Current position within segment.