#include <itkConstSmartNeighborhoodIterator.h>
Inheritance diagram for itk::ConstSmartNeighborhoodIterator:
Public Types | |
typedef ConstSmartNeighborhoodIterator | Self |
typedef ConstNeighborhoodIterator< TImage > | Superclass |
typedef Superclass::InternalPixelType | InternalPixelType |
typedef Superclass::PixelType | PixelType |
typedef Superclass::ImageType | ImageType |
typedef Superclass::RegionType | RegionType |
typedef Superclass::SizeType | SizeType |
typedef Superclass::SizeValueType | SizeValueType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::IndexValueType | IndexValueType |
typedef Superclass::OffsetType | OffsetType |
typedef Superclass::OffsetValueType | OffsetValueType |
typedef Superclass::ImageBoundaryConditionPointerType | ImageBoundaryConditionPointerType |
typedef TBoundaryCondition | BoundaryConditionType |
typedef Superclass::ConstIterator | ConstIterator |
Public Methods | |
itkStaticConstMacro (Dimension, unsigned int, Superclass::Dimension) | |
Self & | operator= (const Self &orig) |
ConstSmartNeighborhoodIterator () | |
ConstSmartNeighborhoodIterator (const SizeType &radius, const ImageType *ptr, const RegionType ®ion) |
ConstSmartNeighborhoodIterator implements the read-only methods of SmartNeighborhoodIterator. It serves as a base class from which other iterators are derived. See SmartNeighborhoodIterator for more complete information.
Definition at line 42 of file itkConstSmartNeighborhoodIterator.h.
|
Typedef for boundary condition type. Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 73 of file itkConstSmartNeighborhoodIterator.h. |
|
Support for internal iterator types. Only const iteration is supported in this class. Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 77 of file itkConstSmartNeighborhoodIterator.h. |
|
Typedef for generic boundary condition pointer Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 70 of file itkConstSmartNeighborhoodIterator.h. |
|
Some common itk object typedefs Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 58 of file itkConstSmartNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 63 of file itkConstSmartNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 64 of file itkConstSmartNeighborhoodIterator.h. |
|
Extract image type information. Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 51 of file itkConstSmartNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 62 of file itkConstSmartNeighborhoodIterator.h. |
|
Inherit typedefs from superclass Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 65 of file itkConstSmartNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 66 of file itkConstSmartNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 52 of file itkConstSmartNeighborhoodIterator.h. |
|
Typedef support for common objects Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 59 of file itkConstSmartNeighborhoodIterator.h. |
|
Standard class typdefs. Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 47 of file itkConstSmartNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 60 of file itkConstSmartNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 61 of file itkConstSmartNeighborhoodIterator.h. |
|
Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. Definition at line 48 of file itkConstSmartNeighborhoodIterator.h. |
|
Default constructor. Definition at line 80 of file itkConstSmartNeighborhoodIterator.h. References itkGenericOutputMacro. |
|
Constructor establishes a neighborhood of iterators of a specified dimension to walk a particular image and a particular region of that image. Definition at line 97 of file itkConstSmartNeighborhoodIterator.h. References itkGenericOutputMacro, and HardConnectedComponentImageFilter::RegionType. |
|
Save the dimension of the image. |
|
Assignment operator Reimplemented from itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >. |