Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ConstRandomAccessNeighborhoodIterator< TImage > Class Template Reference
[Image Iterators]

Const version of RandomAccessNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image. More...

#include <itkConstRandomAccessNeighborhoodIterator.h>

Inheritance diagram for itk::ConstRandomAccessNeighborhoodIterator:

Inheritance graph
[legend]
Collaboration diagram for itk::ConstRandomAccessNeighborhoodIterator< TImage >:

Collaboration graph
[legend]
List of all members.

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 &region)
virtual void PrintSelf (std::ostream &, Indent) const
Selfoperator= (const Self &orig)

Detailed Description

template<class TImage>
class itk::ConstRandomAccessNeighborhoodIterator< TImage >

Const version of RandomAccessNeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pixels across an itk::Image.

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.

See also:
Neighborhood , ImageIterator , NeighborhoodIterator , SmartNeighborhoodIterator , RandomAccessNeighborhoodIterator

Definition at line 41 of file itkConstRandomAccessNeighborhoodIterator.h.


Member Typedef Documentation

template<class TImage>
typedef Superclass::ConstIterator itk::ConstRandomAccessNeighborhoodIterator< TImage >::ConstIterator
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 64 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::ImageBoundaryConditionPointerType itk::ConstRandomAccessNeighborhoodIterator< TImage >::ImageBoundaryConditionPointerType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 66 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::ImageType itk::ConstRandomAccessNeighborhoodIterator< TImage >::ImageType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 54 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::IndexType itk::ConstRandomAccessNeighborhoodIterator< TImage >::IndexType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 56 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::IndexValueType itk::ConstRandomAccessNeighborhoodIterator< TImage >::IndexValueType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Definition at line 57 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::InternalPixelType itk::ConstRandomAccessNeighborhoodIterator< TImage >::InternalPixelType
 

Extract typedefs from superclass

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 50 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::Iterator itk::ConstRandomAccessNeighborhoodIterator< TImage >::Iterator
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 63 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::NeighborhoodType itk::ConstRandomAccessNeighborhoodIterator< TImage >::NeighborhoodType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 61 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::OffsetType itk::ConstRandomAccessNeighborhoodIterator< TImage >::OffsetType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 58 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::OffsetValueType itk::ConstRandomAccessNeighborhoodIterator< TImage >::OffsetValueType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Definition at line 59 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::PixelType itk::ConstRandomAccessNeighborhoodIterator< TImage >::PixelType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 51 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::RadiusType itk::ConstRandomAccessNeighborhoodIterator< TImage >::RadiusType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 60 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::RegionType itk::ConstRandomAccessNeighborhoodIterator< TImage >::RegionType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 55 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef ConstRandomAccessNeighborhoodIterator itk::ConstRandomAccessNeighborhoodIterator< TImage >::Self
 

Standard class typedefs.

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 46 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::SizeType itk::ConstRandomAccessNeighborhoodIterator< TImage >::SizeType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 52 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef Superclass::SizeValueType itk::ConstRandomAccessNeighborhoodIterator< TImage >::SizeValueType
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Definition at line 53 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
typedef ConstNeighborhoodIterator<TImage> itk::ConstRandomAccessNeighborhoodIterator< TImage >::Superclass
 

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 47 of file itkConstRandomAccessNeighborhoodIterator.h.


Constructor & Destructor Documentation

template<class TImage>
itk::ConstRandomAccessNeighborhoodIterator< TImage >::ConstRandomAccessNeighborhoodIterator   [inline]
 

Default constructor

Definition at line 69 of file itkConstRandomAccessNeighborhoodIterator.h.

References itkGenericOutputMacro.

template<class TImage>
virtual itk::ConstRandomAccessNeighborhoodIterator< TImage >::~ConstRandomAccessNeighborhoodIterator   [inline, virtual]
 

Virtual destructor

Definition at line 74 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
itk::ConstRandomAccessNeighborhoodIterator< TImage >::ConstRandomAccessNeighborhoodIterator const ConstRandomAccessNeighborhoodIterator< TImage > &    orig [inline]
 

Copy constructor

Definition at line 77 of file itkConstRandomAccessNeighborhoodIterator.h.

References itkGenericOutputMacro.

template<class TImage>
itk::ConstRandomAccessNeighborhoodIterator< TImage >::ConstRandomAccessNeighborhoodIterator const SizeType   radius,
const ImageType   ptr,
const RegionType   region
[inline]
 

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.


Member Function Documentation

template<class TImage>
itk::ConstRandomAccessNeighborhoodIterator< TImage >::itkStaticConstMacro Dimension   ,
unsigned    int,
Superclass::Dimension   
 

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

template<class TImage>
Self& itk::ConstRandomAccessNeighborhoodIterator< TImage >::operator= const Self   orig [inline]
 

Assignment operator

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.

Definition at line 93 of file itkConstRandomAccessNeighborhoodIterator.h.

template<class TImage>
virtual void itk::ConstRandomAccessNeighborhoodIterator< TImage >::PrintSelf std::ostream &   ,
Indent   
const [virtual]
 

Standard itk print method

Reimplemented from itk::ConstNeighborhoodIterator< TImage >.

Reimplemented in itk::RandomAccessNeighborhoodIterator< TImage >.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:23:27 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000