#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.
Definition at line 41 of file itkPathIterator.h.
|
Accessor type that convert data between internal and external representations. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 71 of file itkPathIterator.h. |
|
Image typedef support. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 66 of file itkPathIterator.h. |
|
Inherit types from the superclass Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 59 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 60 of file itkPathIterator.h. |
|
Internal Pixel Type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 69 of file itkPathIterator.h. |
|
Offset typedef support. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 61 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 62 of file itkPathIterator.h. |
|
Path 1D Input Type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 73 of file itkPathIterator.h. |
|
Path ND Output Type, which is not necessarily an index type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 74 of file itkPathIterator.h. |
|
Path typedef support Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 72 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 67 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 68 of file itkPathIterator.h. |
|
External Pixel Type Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 70 of file itkPathIterator.h. |
|
Region typedef support Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 65 of file itkPathIterator.h. |
|
Standard class typedefs. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 46 of file itkPathIterator.h. |
|
Size typedef support. Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 63 of file itkPathIterator.h. |
|
Reimplemented from itk::PathConstIterator< TImage, TPath >. Definition at line 64 of file itkPathIterator.h. |
|
Define the superclass Definition at line 56 of file itkPathIterator.h. |
|
Constructor establishes an iterator to walk along a path |
|
Default Destructor. Definition at line 109 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 82 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 96 of file itkPathIterator.h. |