#include <itkConstRandomAccessNeighborhoodIterator.h>
Inheritance diagram for itk::ConstRandomAccessNeighborhoodIterator:
Public Types | |
typedef ConstRandomAccessNeighborhoodIterator | Self |
typedef ConstNeighborhoodIterator< TImage > | Superclass |
typedef Superclass::InternalPixelType | InternalPixelType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::SizeType | SizeType |
typedef Superclass::SizeValueType | SizeValueType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::RegionType | RegionType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::IndexValueType | IndexValueType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::OffsetValueType | OffsetValueType |
typedef Superclass::RadiusType | RadiusType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::Iterator | Iterator |
typedef Superclass::ConstIterator | ConstIterator |
typedef Superclass::ImageBoundaryConditionPointerType | ImageBoundaryConditionPointerType |
Public Methods | |
itkStaticConstMacro (Dimension, unsigned int, Superclass::Dimension) | |
ConstRandomAccessNeighborhoodIterator () | |
virtual | ~ConstRandomAccessNeighborhoodIterator () |
ConstRandomAccessNeighborhoodIterator (const ConstRandomAccessNeighborhoodIterator &orig) | |
ConstRandomAccessNeighborhoodIterator (const SizeType &radius, const ImageType *ptr, const RegionType ®ion) | |
virtual void | PrintSelf (std::ostream &, Indent) const |
Self & | operator+= (const OffsetType &) |
Self & | operator-= (const OffsetType &) |
OffsetType | operator- (const Self &b) |
Self & | operator= (const Self &orig) |
ConstRandomAccessNeighborhoodIterator implements the read-only methods of RandomAccessNeighborhoodIterator. It serves as a base class from which other iterators are derived. See RandomAccessNeighborhoodIterator for more complete information.
Definition at line 40 of file itkConstRandomAccessNeighborhoodIterator.h.
|
Support for internal iterator types. Only const iteration is supported in this class. Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 63 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef for generic boundary condition pointer Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 65 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 53 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 55 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Definition at line 56 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Extract typedefs from superclass Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 49 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 62 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 60 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 57 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Definition at line 58 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 50 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 59 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 54 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Standard class typedefs. Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 45 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 51 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Definition at line 52 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 46 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Default constructor Definition at line 68 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Virtual destructor Definition at line 73 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Copy constructor Definition at line 76 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Constructor which establishes the region size, neighborhood, and image over which to walk. Definition at line 84 of file itkConstRandomAccessNeighborhoodIterator.h. References HardConnectedComponentImageFilter::RegionType, and HardConnectedComponentImageFilter::SizeType. |
|
Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. |
|
Addition of an itk::Offset. Note that this method does not do any bounds checking. Adding an offset that moves the iterator out of its assigned region will produce undefined results. |
|
Distance between two iterators Definition at line 113 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Subtraction of an itk::Offset. Note that this method does not do any bounds checking. Subtracting an offset that moves the iterator out of its assigned region will produce undefined results. |
|
Assignment operator Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 92 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Standard itk print method Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. |