#include <itkPathIterator.h>
Inheritance diagram for itk::PathIterator< TImage, TPath >:
This iterator visits only those indices of the image which are overlapped by the path. All indicies are visited in path order. If a path crosses itself at an index, that index of the image will be visited twice. This class add write-access to the functionality of the PathConstIterator.
ConstShapedNeighborhoodIterator
CorrespondenceDataStructureIterator
FloodFilledFunctionConditionalConstIterator
FloodFilledImageFunctionConditionalConstIterator
FloodFilledImageFunctionConditionalIterator
FloodFilledSpatialFunctionConditionalConstIterator
FloodFilledSpatialFunctionConditionalIterator
ImageLinearConstIteratorWithIndex
ImageRandomConstIteratorWithIndex
ImageRegionConstIteratorWithIndex
ImageRegionExclusionConstIteratorWithIndex
ImageRegionExclusionIteratorWithIndex
ImageRegionReverseConstIterator
Definition at line 69 of file itkPathIterator.h.
|
Accessor type that convert data between internal and external representations. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 99 of file itkPathIterator.h. |
|
Image typedef support. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 94 of file itkPathIterator.h. |
|
Inherit types from the superclass Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 87 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 88 of file itkPathIterator.h. |
|
Internal Pixel Type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 97 of file itkPathIterator.h. |
|
Offset typedef support. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 89 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 90 of file itkPathIterator.h. |
|
Path 1D Input Type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 101 of file itkPathIterator.h. |
|
Path ND Output Type, which is not necessarily an index type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 102 of file itkPathIterator.h. |
|
Path typedef support Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 100 of file itkPathIterator.h. |
|
PixelContainer typedef support. Used to refer to the container for the pixel data. While this was already typdef'ed in the superclass it needs to be redone here for this subclass to compile properly with gcc. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 95 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 96 of file itkPathIterator.h. |
|
External Pixel Type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 98 of file itkPathIterator.h. |
|
Region typedef support Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 93 of file itkPathIterator.h. |
|
Standard class typedefs. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 74 of file itkPathIterator.h. |
|
Size typedef support. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 91 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 92 of file itkPathIterator.h. |
|
Define the superclass Definition at line 84 of file itkPathIterator.h. |
|
Constructor establishes an iterator to walk along a path |
|
Default Destructor. Definition at line 137 of file itkPathIterator.h. |
|
Run-time type information (and related methods). Reimplemented from itk::PathConstIterator< TImage, TPath >. |
|
Dimension of the image the iterator walks. This constant is needed so that functions that are templated over image iterator type (as opposed to being templated over pixel type and dimension) can have compile time access to the dimension of the image that the iterator walks. Reimplemented from itk::PathConstIterator< TImage, TPath >. |
|
operator= is provided to make sure the handles to the image and path are properly reference counted. Reimplemented from itk::PathConstIterator< TImage, TPath >. |
|
Set the pixel value Definition at line 110 of file itkPathIterator.h. |
|
Return a reference to the pixel This method will provide the fastest access to pixel data, but it will NOT support ImageAdaptors. Definition at line 124 of file itkPathIterator.h. |