#include <itkPathConstIterator.h>
Inheritance diagram for itk::PathConstIterator< TImage, TPath >:
Public Types | |
typedef PathConstIterator | Self |
typedef TImage::IndexType | IndexType |
typedef TImage::IndexValueType | IndexValueType |
typedef TImage::OffsetType | OffsetType |
typedef TImage::OffsetValueType | OffsetValueType |
typedef TImage::SizeType | SizeType |
typedef TImage::SizeValueType | SizeValueType |
typedef TImage::RegionType | RegionType |
typedef TImage::SpacingType | SpacingType |
typedef TImage::PointType | PointType |
typedef TImage | ImageType |
typedef TImage::PixelContainer | PixelContainer |
typedef PixelContainer::Pointer | PixelContainerPointer |
typedef TImage::InternalPixelType | InternalPixelType |
typedef TImage::PixelType | PixelType |
typedef TImage::AccessorType | AccessorType |
typedef TPath | PathType |
typedef PathType::InputType | PathInputType |
typedef PathType::OutputType | PathOutputType |
Public Member Functions | |
itkStaticConstMacro (ImageIteratorDimension, unsigned int, TImage::ImageDimension) | |
virtual const char * | GetNameOfClass () const |
const PathInputType | GetPathPosition () |
const IndexType | GetIndex () |
const PixelType & | Get (void) const |
bool | IsAtEnd () |
virtual void | VisitStartIndexAsLastIndexIfClosed (bool flag) |
void | GoToBegin () |
void | operator++ () |
Self & | operator= (const Self &it) |
PathConstIterator (const ImageType *imagePtr, const PathType *pathPtr) | |
virtual | ~PathConstIterator () |
Static Public Member Functions | |
unsigned int | GetImageIteratorDimension () |
Protected Attributes | |
OffsetType | m_ZeroOffset |
ImageType::ConstWeakPointer | m_Image |
PathType::ConstPointer | m_Path |
RegionType | m_Region |
PointType | m_ImageOrigin |
SpacingType | m_ImageSpacing |
const unsigned long int * | m_ImageSize |
bool | m_VisitStartIndexAsLastIndexIfClosed |
bool | m_IsAtEnd |
PathInputType | m_CurrentPathPosition |
IndexType | m_CurrentImageIndex |
This iterator visits only those indices of the image that are overlapped by a specified 1D 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. An exception to this rule is that if the path is closed, i.e. its starting and ending indicies are coincident. When starting and ending indicies are coincident, GoToBegin() will go to the second index, since the "first" index will be visited later as the "last" index. This is so that paths (especially parametric paths) can be properly closed, without double-visiting the starting/ending point. This behavior can be overridden by calling VisitStartIndexAsLastIndexIfClosed(false) before calling GoToBegin(). This class is the const version of the PathIterator, and for this reason it doesn't support the Set() method.
ConstShapedNeighborhoodIterator
CorrespondenceDataStructureIterator
FloodFilledFunctionConditionalConstIterator
FloodFilledImageFunctionConditionalConstIterator
FloodFilledImageFunctionConditionalIterator
FloodFilledSpatialFunctionConditionalConstIterator
FloodFilledSpatialFunctionConditionalIterator
ImageLinearConstIteratorWithIndex
ImageRandomConstIteratorWithIndex
ImageRegionConstIteratorWithIndex
ImageRegionExclusionConstIteratorWithIndex
ImageRegionExclusionIteratorWithIndex
ImageRegionReverseConstIterator
Definition at line 73 of file itkPathConstIterator.h.
|
Accessor type that convert data between internal and external representations. Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 125 of file itkPathConstIterator.h. |
|
Image typedef support. Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 109 of file itkPathConstIterator.h. |
|
Index typedef support. Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 88 of file itkPathConstIterator.h. |
|
Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 89 of file itkPathConstIterator.h. |
|
Internal Pixel Type Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 118 of file itkPathConstIterator.h. |
|
Offset typedef support. Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 92 of file itkPathConstIterator.h. Referenced by itk::PathConstIterator< TImage, TPath >::~PathConstIterator(). |
|
Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 93 of file itkPathConstIterator.h. |
|
Path 1D Input Type Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 131 of file itkPathConstIterator.h. |
|
Path ND Output Type, which is not necessarily an index type Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 134 of file itkPathConstIterator.h. |
|
Path typedef support Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 128 of file itkPathConstIterator.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 in itk::PathIterator< TImage, TPath >. Definition at line 114 of file itkPathConstIterator.h. |
|
Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 115 of file itkPathConstIterator.h. |
|
External Pixel Type Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 121 of file itkPathConstIterator.h. |
|
Origin typedef support Definition at line 106 of file itkPathConstIterator.h. |
|
Region typedef support Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 100 of file itkPathConstIterator.h. |
|
Standard class typedefs. Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 78 of file itkPathConstIterator.h. |
|
Size typedef support. Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 96 of file itkPathConstIterator.h. |
|
Reimplemented in itk::PathIterator< TImage, TPath >. Definition at line 97 of file itkPathConstIterator.h. |
|
Spacing typedef support Definition at line 103 of file itkPathConstIterator.h. |
|
Constructor establishes an iterator to walk along a path |
|
Default Destructor. Definition at line 198 of file itkPathConstIterator.h. References itk::PathConstIterator< TImage, TPath >::OffsetType. |
|
Get the pixel value Definition at line 158 of file itkPathConstIterator.h. |
|
Get the dimension (size) of the index. Definition at line 140 of file itkPathConstIterator.h. |
|
Get the index. This provides a read only reference to the index. Definition at line 152 of file itkPathConstIterator.h. |
|
Run-time type information (and related methods). Reimplemented in itk::PathIterator< TImage, TPath >. |
|
Get the input. This provides a read only reference to the input. Definition at line 146 of file itkPathConstIterator.h. |
|
Move an iterator to the beginning of the path. If the starting and ending indicies of the path are coincident, then move to the 2'nd index of the path, since the 1'st index will be visited later as the last index. However, if m_VisitStartIndexAsLastIndexIfClosed is false, then GoToBegin() will always move to the 1'st index. |
|
Is the iterator at the end of the path? Note that for a closed path, it may be possible to increment back to the start of the path. Definition at line 166 of file itkPathConstIterator.h. |
|
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 in itk::PathIterator< TImage, TPath >. |
|
Walk forward along the path to the next index in the image. |
|
operator= is provided to make sure the handles to the image and path are properly reference counted. Reimplemented in itk::PathIterator< TImage, TPath >. |
|
Should GoToBegin() initially skip the first index of a closed path so that the first index will only be visited once--at the end of the path? If set to false, then GoToBegin() will always move to the 1'st index. The constructor presets m_VisitStartIndexAsLastIndexIfClosed to true. Definition at line 175 of file itkPathConstIterator.h. |
|
Current ND index position in the image of the path Definition at line 235 of file itkPathConstIterator.h. |
|
Current 1D position along the path, such as time or arc length Definition at line 232 of file itkPathConstIterator.h. |
|
Smart pointer to the source image. Definition at line 205 of file itkPathConstIterator.h. |
|
The origin of the source image Definition at line 214 of file itkPathConstIterator.h. |
|
Size of the source image Definition at line 220 of file itkPathConstIterator.h. |
|
The spacing of the source image Definition at line 217 of file itkPathConstIterator.h. |
|
Is the iterator at the end of its walk? Definition at line 229 of file itkPathConstIterator.h. |
|
Smart pointer to the path we're following Definition at line 208 of file itkPathConstIterator.h. |
|
Region type to iterate over. Definition at line 211 of file itkPathConstIterator.h. |
|
Should GoToBegin() initially skip the first index of a closed path so that the first index will only be visited once--at the end of the path? If false, then GoToBegin() will always move to the 1'st index. The default value is true, which is set the constructor. Definition at line 226 of file itkPathConstIterator.h. |
|
Definition at line 202 of file itkPathConstIterator.h. |