Skip to content

Commit ddca18b

Browse files
N-Dekkerhjmjohnson
authored andcommitted
DOC: Link region iterators to ImageRegionRange, ImageRegionIndexRange
1 parent 43cf9e5 commit ddca18b

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

Modules/Core/Common/include/itkImageRegionConstIterator.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ namespace itk
9797
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
9898
* \sa ShapedNeighborhoodIterator \sa SliceIterator
9999
* \sa ImageConstIteratorWithIndex
100+
* \sa ImageRegionRange
101+
* \sa ImageRegionIndexRange
100102
* \ingroup ITKCommon
101103
*
102104
* \sphinx

Modules/Core/Common/include/itkImageRegionConstIteratorWithIndex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ namespace itk
116116
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
117117
* \sa ShapedNeighborhoodIterator \sa SliceIterator
118118
* \sa ImageConstIteratorWithIndex
119+
* \sa ImageRegionRange
120+
* \sa ImageRegionIndexRange
119121
* \ingroup ITKCommon
120122
*
121123
*

Modules/Core/Common/include/itkImageRegionConstIteratorWithOnlyIndex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ namespace itk
122122
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
123123
* \sa ShapedNeighborhoodIterator \sa SliceIterator
124124
* \sa ImageConstIteratorWithIndex
125+
* \sa ImageRegionIndexRange
125126
*
126127
* \ingroup ITKCommon
127128
*

Modules/Core/Common/include/itkImageRegionIterator.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ namespace itk
6868
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
6969
* \sa ShapedNeighborhoodIterator \sa SliceIterator
7070
* \sa ImageConstIteratorWithIndex
71+
* \sa ImageRegionRange
72+
* \sa ImageRegionIndexRange
7173
* \ingroup ITKCommon
7274
*
7375
* \sphinx

Modules/Core/Common/include/itkImageRegionIteratorWithIndex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ namespace itk
6161
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
6262
* \sa ShapedNeighborhoodIterator \sa SliceIterator
6363
* \sa ImageConstIteratorWithIndex
64+
* \sa ImageRegionRange
65+
* \sa ImageRegionIndexRange
6466
* \ingroup ITKCommon
6567
*
6668
* \sphinx

0 commit comments

Comments
 (0)