#include <itkNeighborhoodAccessorFunctor.h>
Public Types | |
| typedef TImage | ImageType |
| typedef ImageType::PixelType | PixelType |
| typedef ImageType::InternalPixelType | InternalPixelType |
| typedef unsigned int | VectorLengthType |
| typedef ImageType::OffsetType | OffsetType |
| typedef Neighborhood< InternalPixelType *, ::itk::GetImageDimension< TImage >::ImageDimension > | NeighborhoodType |
| typedef ImageBoundaryCondition< ImageType > const * | ImageBoundaryConditionConstPointerType |
Public Member Functions | |
| void | SetBegin (const InternalPixelType *) |
| PixelType | Get (const InternalPixelType *pixelPointer) const |
| void | Set (InternalPixelType *&pixelPointer, const PixelType &p) const |
| PixelType | BoundaryCondition (const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data, const ImageBoundaryConditionConstPointerType boundaryCondition) const |
| void | SetVectorLength (VectorLengthType length) |
| VectorLengthType | SetVectorLength () |
Definition at line 41 of file itkNeighborhoodAccessorFunctor.h.
|
|||||
|
Definition at line 54 of file itkNeighborhoodAccessorFunctor.h. Referenced by itk::NeighborhoodAccessorFunctor< TImage >::BoundaryCondition(). |
|
|||||
|
Definition at line 44 of file itkNeighborhoodAccessorFunctor.h. |
|
|||||
|
Definition at line 46 of file itkNeighborhoodAccessorFunctor.h. Referenced by itk::NeighborhoodAccessorFunctor< TImage >::Get(), itk::NeighborhoodAccessorFunctor< TImage >::Set(), and itk::NeighborhoodAccessorFunctor< TImage >::SetBegin(). |
|
|||||
|
Definition at line 51 of file itkNeighborhoodAccessorFunctor.h. Referenced by itk::NeighborhoodAccessorFunctor< TImage >::BoundaryCondition(). |
|
|||||
|
Definition at line 48 of file itkNeighborhoodAccessorFunctor.h. Referenced by itk::NeighborhoodAccessorFunctor< TImage >::BoundaryCondition(). |
|
|||||
|
Definition at line 45 of file itkNeighborhoodAccessorFunctor.h. Referenced by itk::NeighborhoodAccessorFunctor< TImage >::BoundaryCondition(), itk::NeighborhoodAccessorFunctor< TImage >::Get(), and itk::NeighborhoodAccessorFunctor< TImage >::Set(). |
|
|||||
|
Definition at line 47 of file itkNeighborhoodAccessorFunctor.h. Referenced by itk::NeighborhoodAccessorFunctor< TImage >::SetVectorLength(). |
|
||||||||||||||||||||||||
|
||||||||||
|
Method to dereference a pixel pointer. This is used from the ConstNeighborhoodIterator as the equivalent operation to (*it). This method should be preferred over the former (*it) notation. The reason is that dereferencing a pointer to a location of VectorImage pixel involves a different operation that simply dereferencing the pointer. Definition at line 65 of file itkNeighborhoodAccessorFunctor.h. References itk::NeighborhoodAccessorFunctor< TImage >::InternalPixelType, and itk::NeighborhoodAccessorFunctor< TImage >::PixelType. |
|
||||||||||||||||
|
Method to set the pixel value at a certain pixel pointer Definition at line 71 of file itkNeighborhoodAccessorFunctor.h. References itk::NeighborhoodAccessorFunctor< TImage >::InternalPixelType, and itk::NeighborhoodAccessorFunctor< TImage >::PixelType. |
|
||||||||||
|
Set the pointer index to the start of the buffer. Definition at line 57 of file itkNeighborhoodAccessorFunctor.h. References itk::NeighborhoodAccessorFunctor< TImage >::InternalPixelType. |
|
|||||||||
|
Definition at line 86 of file itkNeighborhoodAccessorFunctor.h. References itk::NeighborhoodAccessorFunctor< TImage >::VectorLengthType. |
|
||||||||||
|
Definition at line 85 of file itkNeighborhoodAccessorFunctor.h. References itk::NeighborhoodAccessorFunctor< TImage >::VectorLengthType. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000