Skip to content

Commit 2b92d39

Browse files
N-Dekkerhjmjohnson
authored andcommitted
DOC: Add Doxygen links from iterators to ShapedImageNeighborhoodRange
Follow-up to pull request #2051, "DOC: Link region iterators to ImageRegionRange, ImageRegionIndexRange".
1 parent e5208e5 commit 2b92d39

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Modules/Core/Common/include/itkConstNeighborhoodIterator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ namespace itk
4040
* \ingroup ImageIterators
4141
*
4242
* \sa Neighborhood \sa ImageIterator \sa NeighborhoodIterator
43+
* \sa ShapedImageNeighborhoodRange
4344
* \ingroup ITKCommon
4445
*
4546
* \sphinx

Modules/Core/Common/include/itkConstShapedNeighborhoodIterator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ namespace itk
6565
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
6666
* \sa ShapedNeighborhoodIterator \sa SliceIterator
6767
* \sa ImageConstIteratorWithIndex
68+
* \sa ShapedImageNeighborhoodRange
6869
* \ingroup ITKCommon
6970
*/
7071
template <typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>

Modules/Core/Common/include/itkNeighborhoodIterator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ std::cout << *iterator[c] << std::endl;
198198
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
199199
* \sa ShapedNeighborhoodIterator \sa SliceIterator
200200
* \sa ImageConstIteratorWithIndex
201+
* \sa ShapedImageNeighborhoodRange
201202
*
202203
* \ingroup Operators
203204
* \ingroup ITKCommon

Modules/Core/Common/include/itkShapedNeighborhoodIterator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ namespace itk
140140
* \sa NeighborhoodIterator \sa PathConstIterator \sa PathIterator
141141
* \sa ShapedNeighborhoodIterator \sa SliceIterator
142142
* \sa ImageConstIteratorWithIndex
143+
* \sa ShapedImageNeighborhoodRange
143144
* \ingroup ITKCommon
144145
*
145146
* \sphinx

0 commit comments

Comments
 (0)