#include <itkVectorImageNeighborhoodAccessorFunctor.h>
A typical user should not need to use this class. The class is internally used by the neighborhood iterators.
Definition at line 41 of file itkVectorImageNeighborhoodAccessorFunctor.h.
|
Definition at line 54 of file itkVectorImageNeighborhoodAccessorFunctor.h. Referenced by itk::VectorImageNeighborhoodAccessorFunctor< TImage >::BoundaryCondition(). |
|
Definition at line 44 of file itkVectorImageNeighborhoodAccessorFunctor.h. |
|
Definition at line 46 of file itkVectorImageNeighborhoodAccessorFunctor.h. Referenced by itk::VectorImageNeighborhoodAccessorFunctor< TImage >::Set(), and itk::VectorImageNeighborhoodAccessorFunctor< TImage >::SetBegin(). |
|
Definition at line 51 of file itkVectorImageNeighborhoodAccessorFunctor.h. Referenced by itk::VectorImageNeighborhoodAccessorFunctor< TImage >::BoundaryCondition(). |
|
Definition at line 48 of file itkVectorImageNeighborhoodAccessorFunctor.h. Referenced by itk::VectorImageNeighborhoodAccessorFunctor< TImage >::BoundaryCondition(). |
|
Definition at line 45 of file itkVectorImageNeighborhoodAccessorFunctor.h. Referenced by itk::VectorImageNeighborhoodAccessorFunctor< TImage >::Get(). |
|
Definition at line 47 of file itkVectorImageNeighborhoodAccessorFunctor.h. Referenced by itk::VectorImageNeighborhoodAccessorFunctor< TImage >::Set(), and itk::VectorImageNeighborhoodAccessorFunctor< TImage >::VectorImageNeighborhoodAccessorFunctor(). |
|
Definition at line 56 of file itkVectorImageNeighborhoodAccessorFunctor.h. References itk::VectorImageNeighborhoodAccessorFunctor< TImage >::VectorLengthType. |
|
Definition at line 58 of file itkVectorImageNeighborhoodAccessorFunctor.h. |
|
|
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. Here a PixelType (array of InternalPixelType s) is created on the stack and returned. Definition at line 85 of file itkVectorImageNeighborhoodAccessorFunctor.h. References itk::VectorImageNeighborhoodAccessorFunctor< TImage >::PixelType. |
|
Methods to Set/Get vector length. This should be the length of a block of pixels in the VectorImage. Definition at line 122 of file itkVectorImageNeighborhoodAccessorFunctor.h. |
|
Method to set the pixel value at a certain pixel pointer Definition at line 91 of file itkVectorImageNeighborhoodAccessorFunctor.h. References itk::VectorImageNeighborhoodAccessorFunctor< TImage >::InternalPixelType, and itk::VectorImageNeighborhoodAccessorFunctor< TImage >::VectorLengthType. |
|
Set the pointer index to the start of the buffer. This must be set by the iterators to the starting location of the buffer. Typically a neighborhood iterator iterating on a neighborhood of an Image, say
ConstNeighborhoodIterator( radius, image, ) { ... m_NeighborhoodAccessorFunctor.SetBegin( image->GetBufferPointer() ); } Definition at line 74 of file itkVectorImageNeighborhoodAccessorFunctor.h. References itk::VectorImageNeighborhoodAccessorFunctor< TImage >::InternalPixelType. |
|
Methods to Set/Get vector length. This should be the length of a block of pixels in the VectorImage. Definition at line 114 of file itkVectorImageNeighborhoodAccessorFunctor.h. |