#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 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 41 of file itkConstRandomAccessNeighborhoodIterator.h.
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 64 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 66 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 54 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 56 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Definition at line 57 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Extract typedefs from superclass Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 50 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 63 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 61 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 58 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Definition at line 59 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 51 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 60 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 55 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Standard class typedefs. Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 46 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 52 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Definition at line 53 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 47 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Default constructor Definition at line 69 of file itkConstRandomAccessNeighborhoodIterator.h. References itkGenericOutputMacro. |
|
Virtual destructor Definition at line 74 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Copy constructor Definition at line 77 of file itkConstRandomAccessNeighborhoodIterator.h. References itkGenericOutputMacro. |
|
Constructor which establishes the region size, neighborhood, and image over which to walk. Definition at line 85 of file itkConstRandomAccessNeighborhoodIterator.h. References itkGenericOutputMacro, HardConnectedComponentImageFilter::RegionType, and HardConnectedComponentImageFilter::SizeType. |
|
Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. |
|
Assignment operator Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. Definition at line 93 of file itkConstRandomAccessNeighborhoodIterator.h. |
|
Standard itk print method Reimplemented from itk::ConstNeighborhoodIterator< TImage >. Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >. |