#include <itkConstNeighborhoodIterator.h>
Inheritance diagram for itk::ConstNeighborhoodIterator< TImage, TBoundaryCondition >:


ConstNeighborhoodIterator implements the read-only methods of NeighborhoodIterator. It serves as a base class from which other iterators are derived. See NeighborhoodIterator for more complete information.
Definition at line 52 of file itkConstNeighborhoodIterator.h.
Public Types | |
| typedef NeighborhoodAllocator< TImage::InternalPixelType * > | AllocatorType |
| typedef TBoundaryCondition | BoundaryConditionType |
| typedef Superclass::ConstIterator | ConstIterator |
| typedef ImageBoundaryCondition< ImageType > const * | ImageBoundaryConditionConstPointerType |
| typedef ImageBoundaryCondition< ImageType > * | ImageBoundaryConditionPointerType |
| typedef Index< itkGetStaticConstMacro(Dimension) | IndexType ) |
| typedef IndexType::IndexValueType | IndexValueType |
| typedef TImage::InternalPixelType | InternalPixelType |
| typedef Superclass::Iterator | Iterator |
| typedef ImageType::NeighborhoodAccessorFunctorType | NeighborhoodAccessorFunctorType |
| typedef Neighborhood< PixelType, itkGetStaticConstMacro(Dimension) | NeighborhoodType ) |
| typedef Superclass::OffsetType | OffsetType |
| typedef OffsetType::OffsetValueType | OffsetValueType |
| typedef TImage::PixelType | PixelType |
| typedef Superclass::RadiusType | RadiusType |
| typedef TImage::RegionType | RegionType |
| typedef ConstNeighborhoodIterator | Self |
| typedef Superclass::SizeType | SizeType |
| typedef Superclass::SizeValueType | SizeValueType |
| typedef SliceIterator< TImage::InternalPixelType *, Self > | SliceIteratorType |
| typedef Neighborhood< InternalPixelType *, itkGetStaticConstMacro(Dimension) | Superclass ) |
Public Member Functions | |
| ConstIterator | Begin () const |
| Iterator | Begin () |
| OffsetType | ComputeInternalIndex (unsigned int n) const |
| Constructor which establishes the region and image *over which to walk * | ConstNeighborhoodIterator (const SizeType &radius, const ImageType *ptr, const RegionType ®ion) |
| ConstNeighborhoodIterator (const ConstNeighborhoodIterator &) | |
| ConstNeighborhoodIterator () | |
| ConstIterator | End () const |
| STL style iterator support *Iterator | End () |
| IndexType | GetBeginIndex () const |
| long | GetBound (unsigned int n) const |
| IndexType | GetBound () const |
| const BoundaryConditionType * | GetBoundaryCondition () const |
| RegionType | GetBoundingBoxAsImageRegion () const |
| const AllocatorType & | GetBufferReference () const |
| Returns a reference to the data buffer structure *AllocatorType & | GetBufferReference () |
| unsigned int | GetCenterNeighborhoodIndex () const |
| PixelType | GetCenterPixel () const |
| const InternalPixelType * | GetCenterPointer () const |
| TImage::InternalPixelType * | GetCenterValue () const |
| TImage::InternalPixelType *& | GetElement (unsigned int i) |
| const ImageType * | GetImagePointer (void) const |
| virtual IndexType | GetIndex (const unsigned i) const |
| virtual IndexType | GetIndex (const OffsetType &o) const |
| virtual IndexType | GetIndex (void) const |
| bool | GetNeedToUseBoundaryCondition () const |
| virtual NeighborhoodType | GetNeighborhood () const |
| virtual unsigned int | GetNeighborhoodIndex (const OffsetType &) const |
| virtual PixelType | GetNext (const unsigned axis) const |
| virtual PixelType | GetNext (const unsigned axis, const unsigned i) const |
| OffsetType | GetOffset (unsigned int i) const |
| virtual PixelType | GetPixel (const OffsetType &o, bool &IsInBounds) const |
| Returns the pixel value located at the itk::Offset o from the center of the neighborhood *virtual PixelType | GetPixel (const OffsetType &o) const |
| virtual PixelType | GetPixel (const unsigned i, bool &IsInBounds) const |
| Returns the pixel value located at a linear array location i *virtual PixelType | GetPixel (const unsigned i) const |
| virtual PixelType | GetPrevious (const unsigned axis) const |
| virtual PixelType | GetPrevious (const unsigned axis, const unsigned i) const |
| unsigned long | GetRadius (const unsigned long n) const |
| const SizeType | GetRadius () const |
| RegionType | GetRegion () const |
| SizeType | GetSize () const |
| unsigned long | GetSize (const unsigned long n) const |
| std::slice | GetSlice (unsigned int) const |
| unsigned | GetStride (const unsigned axis) const |
| OffsetValueType | GetWrapOffset (unsigned int n) const |
| OffsetType | GetWrapOffset () const |
| virtual void | GoToBegin () |
| virtual void | GoToEnd () |
| bool | InBounds () const |
| virtual void | Initialize (const SizeType &radius, const ImageType *ptr, const RegionType ®ion) |
| virtual bool | IsAtBegin () const |
| Virtual method for determining whether the iterator has reached the *end of its iteration region *virtual bool | IsAtEnd () const |
| itkStaticConstMacro (NeighborhoodDimension, unsigned int, VDimension) | |
| itkStaticConstMacro (Dimension, unsigned int, TImage::ImageDimension) | |
| void | NeedToUseBoundaryConditionOff () |
| *void | NeedToUseBoundaryConditionOn () |
| Neighborhood (const Self &other) | |
| Neighborhood () | |
| bool | operator!= (const Self &it) const |
| Self & | operator++ () |
| Self & | operator+= (const OffsetType &) |
| OffsetType | operator- (const Self &b) |
| Self & | operator-- () |
| Self & | operator-= (const OffsetType &) |
| bool | operator< (const Self &it) const |
| bool | operator<= (const Self &it) const |
| Self & | operator= (const Self &orig) |
| bool | operator== (const Self &it) const |
| bool | operator> (const Self &it) const |
| bool | operator>= (const Self &it) const |
| const TImage::InternalPixelType *& | operator[] (const OffsetType &o) const |
| Get pixel value by offset *TImage::InternalPixelType *& | operator[] (const OffsetType &o) |
| const TImage::InternalPixelType *& | operator[] (unsigned int i) const |
| Pass through data access methods to the buffer *TImage::InternalPixelType *& | operator[] (unsigned int i) |
| virtual void | OverrideBoundaryCondition (const ImageBoundaryConditionPointerType i) |
| void | Print (std::ostream &os) const |
| virtual void | PrintSelf (std::ostream &, Indent) const |
| virtual void | ResetBoundaryCondition () |
| void | SetBoundaryCondition (const TBoundaryCondition &c) |
| This method positions the iterator at an indexed location in the *image SetLocation should _NOT_ be used to update the position of the *iterator during only for initializing it to a position *prior to iteration This method is not optimized for speed *void | SetLocation (const IndexType &position) |
| void | SetNeedToUseBoundaryCondition (bool b) |
| void | SetRadius (const unsigned long) |
| Sets the radius for the neighborhood Overloaded to support an unsigned *long array *void | SetRadius (const unsigned long *rad) |
| void | SetRadius (const SizeType &) |
| unsigned int | Size () const |
| virtual | ~ConstNeighborhoodIterator () |
Public Attributes | |
| Typedef support for common objects *typedef TImage | ImageType |
| This method positions the iterator at an indexed location in the *image SetLocation should _NOT_ be used to update the position of the *iterator during | iteration |
| Constructor which establishes the region | neighborhood |
| Constructor which establishes the region | size |
Protected Member Functions | |
| virtual void | Allocate (unsigned int i) |
| virtual void | ComputeNeighborhoodOffsetTable () |
| virtual void | ComputeNeighborhoodStrideTable () |
| virtual void | SetBeginIndex (const IndexType &start) |
| virtual void | SetBound (const SizeType &) |
| virtual void | SetEndIndex () |
| virtual void | SetLoop (const IndexType &p) |
| virtual void | SetPixelPointers (const IndexType &) |
| Sets the length along each dimension *void | SetSize () |
Protected Attributes | |
| const InternalPixelType * | m_Begin |
| IndexType | m_BeginIndex |
| IndexType | m_Bound |
| ImageBoundaryConditionPointerType | m_BoundaryCondition |
| ImageType::ConstWeakPointer | m_ConstImage |
| const InternalPixelType * | m_End |
| IndexType | m_EndIndex |
| bool | m_InBounds [Dimension] |
| IndexType | m_InnerBoundsHigh |
| IndexType | m_InnerBoundsLow |
| TBoundaryCondition | m_InternalBoundaryCondition |
| bool | m_IsInBounds |
| bool | m_IsInBoundsValid |
| IndexType | m_Loop |
| bool | m_NeedToUseBoundaryCondition |
| NeighborhoodAccessorFunctorType | m_NeighborhoodAccessorFunctor |
| RegionType | m_Region |
| OffsetType | m_WrapOffset |
|
|
External support for allocator type. Definition at line 61 of file itkNeighborhood.h. |
|
|||||
|
Typedef for boundary condition type. Definition at line 94 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 76 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Definition at line 99 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Typedef for generic boundary condition pointer Reimplemented in itk::NeighborhoodIterator. Definition at line 97 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Reimplemented in itk::NeighborhoodIterator. Definition at line 81 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Definition at line 82 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Extract image type information. Reimplemented in itk::NeighborhoodIterator. Definition at line 58 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Iterator typedef support. Note the naming is intentional, i.e., iterator and ::const_iterator, because the allocator may be a vnl object or other type, which uses this form. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 75 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Typedef for the functor used to access neighborhoods of pixel pointers. This is obtained as a trait from the image and is different for Image and VectorImage. Definition at line 91 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Reimplemented in itk::NeighborhoodIterator. Definition at line 84 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Inherit typedefs from superclass Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 70 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Reimplemented in itk::NeighborhoodIterator. Definition at line 71 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
External support for pixel type. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 59 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Radius typedef support. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 72 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Reimplemented in itk::NeighborhoodIterator. Definition at line 80 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 65 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Size and value typedef support. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. Definition at line 73 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Definition at line 74 of file itkConstNeighborhoodIterator.h. |
|
|
External slice iterator type typedef support. Definition at line 86 of file itkNeighborhood.h. |
|
|||||
|
Reimplemented in itk::NeighborhoodIterator. Definition at line 67 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Default constructor |
|
|||||||||
|
Virtual destructor Definition at line 105 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Copy constructor |
|
||||||||||||||||||||
|
Definition at line 112 of file itkConstNeighborhoodIterator.h. |
|
|
Allocates the neighborhood's memory buffer. Definition at line 228 of file itkNeighborhood.h. |
|
|
Definition at line 148 of file itkNeighborhood.h. |
|
|
Definition at line 144 of file itkNeighborhood.h. |
|
||||||||||
|
Computes the internal, N-d offset of a pixel array position n from (0,0, ..., 0) in the "upper-left" corner of the neighborhood. |
|
|
Fills entries into the offset lookup table. Called once on initialization. |
|
|
Computes the entries for the stride table |
|
|
Definition at line 146 of file itkNeighborhood.h. |
|
|
Definition at line 142 of file itkNeighborhood.h. |
|
|||||||||
|
Returns the N-dimensional starting index of the iterator's position on the image. Definition at line 247 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns the loop bound used to define the edge of a single dimension in the itk::Image region. Definition at line 141 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Returns the array of upper loop bounds used during iteration. Definition at line 136 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Definition at line 402 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Returns a bounding box for the region spanned by this neighborhood represented by an itk::ImageRegion |
|
|
Definition at line 195 of file itkNeighborhood.h. |
|
|
Definition at line 193 of file itkNeighborhood.h. |
|
|
Definition at line 213 of file itkNeighborhood.h. |
|
|||||||||
|
Returns the pixel referenced at the center of the ConstNeighborhoodIterator. Definition at line 150 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Returns the pointer to the center pixel of the neighborhood. Definition at line 145 of file itkConstNeighborhoodIterator.h. Referenced by itk::ConstNeighborhoodIterator< FixedImageType >::operator!=(), itk::ConstNeighborhoodIterator< FixedImageType >::operator<(), itk::ConstNeighborhoodIterator< FixedImageType >::operator<=(), itk::ConstNeighborhoodIterator< FixedImageType >::operator==(), itk::ConstNeighborhoodIterator< FixedImageType >::operator>(), and itk::ConstNeighborhoodIterator< FixedImageType >::operator>=(). |
|
|
Returns the element at the center of the neighborhood. Definition at line 166 of file itkNeighborhood.h. References itk::fem::this. |
|
|
Definition at line 161 of file itkNeighborhood.h. |
|
||||||||||
|
Returns a smartpointer to the image on which this iterator operates. Definition at line 154 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns the image index for neighbor pixel at index i in the neighborhood. Definition at line 238 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns the image index for neighbor pixel at offset o from the center of the neighborhood. Definition at line 233 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns the N-dimensional index of the iterator's position in the image. Definition at line 159 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Definition at line 418 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Virtual function that "dereferences" a ConstNeighborhoodIterator, returning a Neighborhood of pixel values. |
|
|
|
|
||||||||||
|
Returns the pixel value located one pixel distant from the neighborhood center in the specifed positive axis direction. No bounds checking is done on the size of the neighborhood. Definition at line 213 of file itkConstNeighborhoodIterator.h. |
|
||||||||||||||||
|
Returns the pixel value located i pixels distant from the neighborhood center in the positive specified ``axis'' direction. No bounds checking is done on the size of the neighborhood. Definition at line 206 of file itkConstNeighborhoodIterator.h. Referenced by itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >::EvaluateAtNeighborhood(), itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >::EvaluateAtNeighborhood3D(), and itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >::NonPCEvaluateAtNeighborhood(). |
|
|
Returns the itk::Offset from the center of the Neighborhood to the requested neighbor index. Definition at line 208 of file itkNeighborhood.h. |
|
||||||||||||||||
|
Returns the pixel value located at the itk::Offset o from the center of the neighborhood. Sets "IsInBounds" to true if the offset is inside the image and the pixel value returned is an actual pixel in the image. Sets "IsInBounds" to false if the offset is outside the image and the pixel value returned is a boundary condition. Definition at line 199 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Definition at line 187 of file itkConstNeighborhoodIterator.h. |
|
||||||||||||||||
|
Return the pixel value located at a linear array location i. Sets "IsInBounds" to true if the location is inside the image and the pixel value returned is an actual pixel in the image. Sets "IsInBounds" to false if the location is outside the image and the pixel value returned is a boundary condition. |
|
||||||||||
|
Definition at line 167 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns the pixel value located one pixel distant from the neighborhood center in the specifed negative axis direction. No bounds checking is done on the size of the neighborhood. Definition at line 227 of file itkConstNeighborhoodIterator.h. |
|
||||||||||||||||
|
Returns the pixel value located i pixels distant from the neighborhood center in the negative specified ``axis'' direction. No bounds checking is done on the size of the neighborhood. Definition at line 220 of file itkConstNeighborhoodIterator.h. Referenced by itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >::EvaluateAtNeighborhood(), itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >::EvaluateAtNeighborhood3D(), and itk::VectorGradientMagnitudeImageFilter< TInputImage, TRealType, TOutputImage >::NonPCEvaluateAtNeighborhood(). |
|
|
Returns the radius of the neighborhood along a specified dimension. Definition at line 123 of file itkNeighborhood.h. References itk::m_Radius. |
|
|
Returns the radius of the neighborhood. Definition at line 118 of file itkNeighborhood.h. References itk::m_Radius. |
|
|||||||||
|
Returns the region of iteration. Definition at line 242 of file itkConstNeighborhoodIterator.h. |
|
|
Returns the size (total length of sides) of the neighborhood. Definition at line 132 of file itkNeighborhood.h. References itk::m_Size. |
|
|
Returns the size (total length) of the neighborhood along a specified dimension. Definition at line 128 of file itkNeighborhood.h. References itk::m_Size. |
|
|
|
|
|
Returns the stride length for the specified dimension. Stride length is the number of pixels between adjacent pixels along the given dimension. Definition at line 138 of file itkNeighborhood.h. References itk::m_StrideTable. |
|
||||||||||
|
Returns the internal offset associated with wrapping around a single dimension's region boundary in the itk::Image. An offset for each dimension is necessary to shift pointers when wrapping around region edges because region memory is not necessarily contiguous within the buffer. Definition at line 263 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Returns the offsets used to wrap across dimensional boundaries. Definition at line 255 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Virtual method for rewinding the iterator to its beginning pixel. This is useful for writing functions which take neighborhood iterators of arbitrary type and must use virtual functions. |
|
|||||||||
|
Virtual method for sending the iterator to one past the last pixel in its region. |
|
|||||||||
|
Returns false if the iterator overlaps region boundaries, true otherwise. Also updates an internal boolean array indicating which of the iterator's faces are out of bounds. |
|
||||||||||||||||||||
|
Initializes the iterator to walk a particular image and a particular region of that image. |
|
||||||||||
|
Virtual method for determining whether the iterator is at the beginning of its iteration region. Definition at line 282 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Definition at line 287 of file itkConstNeighborhoodIterator.h. |
|
||||||||||||||||
|
External support for dimensionality. |
|
||||||||||||||||||||
|
Save the image dimension. |
|
|||||||||
|
Definition at line 410 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Definition at line 406 of file itkConstNeighborhoodIterator.h. |
|
|
Copy constructor. |
|
|
Default constructor. Definition at line 89 of file itkNeighborhood.h. References itk::Size< VDimension >::Fill(), itk::m_Radius, and itk::m_Size. |
|
||||||||||
|
Returns a boolean != comparison of the memory addresses of the center elements of two ConstNeighborhoodIterators of like pixel type and dimensionality. The radii of the iterators are ignored. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Definition at line 325 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Increments the pointers in the ConstNeighborhoodIterator, wraps across boundaries automatically, accounting for the disparity in the buffer size and the region size of the image. |
|
||||||||||
|
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 375 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Decrements the pointers in the ConstNeighborhoodIterator, wraps across boundaries automatically, accounting for the disparity in the buffer size and the region size of the image. |
|
||||||||||
|
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. |
|
||||||||||
|
Returns a boolean < comparison of the memory addresses of the center elements of two ConstNeighborhoodIterators of like pixel type and dimensionality. The radii of the iterators are ignored. Definition at line 331 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns a boolean < comparison of the memory addresses of the center elements of two ConstNeighborhoodIterators of like pixel type and dimensionality. The radii of the iterators are ignored. Definition at line 337 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Assignment operator Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. |
|
||||||||||
|
Returns a boolean == comparison of the memory addresses of the center elements of two ConstNeighborhoodIterators of like pixel type and dimensionality. The radii of the iterators are ignored. Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Definition at line 319 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns a boolean > comparison of the memory addresses of the center elements of two ConstNeighborhoodIterators of like pixel type and dimensionality. The radii of the iterators are ignored. Definition at line 343 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Returns a boolean >= comparison of the memory addresses of the center elements of two ConstNeighborhoodIterators of like pixel type and dimensionality. The radii of the iterators are ignored. Definition at line 349 of file itkConstNeighborhoodIterator.h. |
|
|
Definition at line 202 of file itkNeighborhood.h. References itk::fem::this. |
|
|
Definition at line 200 of file itkNeighborhood.h. References itk::fem::this. |
|
|
Definition at line 159 of file itkNeighborhood.h. |
|
|
Definition at line 157 of file itkNeighborhood.h. |
|
||||||||||
|
Allows a user to override the internal boundary condition. Care should be taken to ensure that the overriding boundary condition is a persistent object during the time it is referenced. The overriding condition can be of a different type than the default type as long as it is a subclass of ImageBoundaryCondition. Definition at line 388 of file itkConstNeighborhoodIterator.h. |
|
|
Standard itk object method. Definition at line 189 of file itkNeighborhood.h. References HardConnectedComponentImageFilter::PrintSelf(). |
|
||||||||||||||||
|
Standard itk print method Reimplemented from itk::Neighborhood< TImage::InternalPixelType *,::itk::GetImageDimension< TImage >::ImageDimension >. Reimplemented in itk::NeighborhoodIterator. |
|
|||||||||
|
Resets the boundary condition to the internal, default conditions specified by the template parameter. Definition at line 394 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Default method for setting the index of the first pixel in the iteration region. Definition at line 444 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Virtual method for setting internal loop boundaries. This method must be defined in each subclass because each subclass may handle loop boundaries differently. |
|
||||||||||
|
Sets the internal, default boundary condition. Definition at line 398 of file itkConstNeighborhoodIterator.h. |
|
|||||||||
|
Default method for setting the index of the first pixel in the iteration region. |
|
||||||||||
|
Definition at line 356 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Default method for setting the coordinate location of the iterator. Loop indicies correspond to the actual Image region index. Definition at line 428 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Definition at line 414 of file itkConstNeighborhoodIterator.h. |
|
||||||||||
|
Default method for setting the values of the internal pointers to itk::Image memory buffer locations. This method should generally only be called when the iterator is initialized.
|
|
|
Overloads SetRadius to allow a single long integer argument that is used as the radius of all the dimensions of the Neighborhood (resulting in a "square" neighborhood). |
|
|
Definition at line 175 of file itkNeighborhood.h. References itk::s. |
|
|
Sets the radius for the neighborhood, calculates size from the radius, and allocates storage. |
|
|
Definition at line 220 of file itkNeighborhood.h. References itk::m_Radius, and itk::m_Size. |
|
|
More STL-style support. Definition at line 153 of file itkNeighborhood.h. Referenced by itk::VectorNeighborhoodInnerProduct< ImageType >::operator()(), and itk::NeighborhoodInnerProduct< ImageType >::operator()(). |
|
|||||
|
Reimplemented in itk::NeighborhoodIterator. Definition at line 79 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Definition at line 354 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
A pointer to the first pixel in the iteration region. Definition at line 459 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
The starting index for iteration within the itk::Image region on which this ConstNeighborhoodIterator is defined. Definition at line 453 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
An array of upper looping boundaries used during iteration. Definition at line 456 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Pointer to the actual boundary condition that will be used. By default this points to m_BoundaryCondition, but OverrideBoundaryCondition allows a user to point this variable an external boundary condition. Definition at line 488 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
The image on which iteration is defined. Definition at line 462 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
A pointer to one past the last pixel in the iteration region. Definition at line 465 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
The end index for iteration within the itk::Image region on which this ConstNeighborhoodIterator is defined. Definition at line 469 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Denotes which of the iterators dimensional sides spill outside region of interest boundaries. Definition at line 492 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Upper threshold of in-bounds loop counter values. Definition at line 506 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Lower threshold of in-bounds loop counter values. Definition at line 503 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Default boundary condition. Definition at line 509 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Denotes if iterator is entirely within bounds Definition at line 495 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Is the m_InBounds and m_IsInBounds variables up to date? Set to false whenever the iterator is repositioned. Set to true within InBounds(). Definition at line 500 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Array of loop counters used during iteration. Definition at line 472 of file itkConstNeighborhoodIterator.h. Referenced by itk::ConstNeighborhoodIterator< FixedImageType >::operator-(). |
|
|||||
|
Does the specified region need to worry about boundary conditions? Definition at line 512 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Functor type used to access neighborhoods of pixel pointers Definition at line 515 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
The region over which iteration is defined. Definition at line 475 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
The internal array of offsets that provide support for regions of interest. An offset for each dimension is necessary to shift pointers when wrapping around region edges because region memory is not necessarily contiguous within the buffer. Definition at line 482 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Definition at line 110 of file itkConstNeighborhoodIterator.h. |
|
|||||
|
Definition at line 110 of file itkConstNeighborhoodIterator.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000