#include <itkDefaultPixelAccessorFunctor.h>
Public Types | |
| typedef TImageType | ImageType |
| typedef ImageType::InternalPixelType | InternalPixelType |
| typedef ImageType::PixelType | ExternalPixelType |
| typedef ImageType::AccessorType | PixelAccessorType |
| typedef unsigned int | VectorLengthType |
Public Member Functions | |
| void | SetPixelAccessor (PixelAccessorType &accessor) |
| void | SetBegin (const InternalPixelType *) |
| void | Set (InternalPixelType &output, const ExternalPixelType &input) const |
| ExternalPixelType | Get (InternalPixelType &input) const |
| const ExternalPixelType | Get (const InternalPixelType &input) const |
Static Public Member Functions | |
| static void | SetVectorLength (ImageType *image, VectorLengthType length) |
| static VectorLengthType | GetVectorLength (const ImageType *) |
The pixel accessor is set with the SetPixelAccessor method. This accessor is meant to be used for Image and not for VectorImage.
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.
Definition at line 43 of file itkDefaultPixelAccessorFunctor.h.
|
|||||
|
Definition at line 48 of file itkDefaultPixelAccessorFunctor.h. |
|
|||||
|
Definition at line 46 of file itkDefaultPixelAccessorFunctor.h. |
|
|||||
|
Definition at line 47 of file itkDefaultPixelAccessorFunctor.h. |
|
|||||
|
Definition at line 49 of file itkDefaultPixelAccessorFunctor.h. |
|
|||||
|
Definition at line 50 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||
|
Get a const reference to the pixel. Definition at line 88 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||
|
Get the value from input Definition at line 82 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||
|
Definition at line 56 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||||||||
|
Set output using the value in input Definition at line 76 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||
|
Set the pointer index to the start of the buffer. The method exists to maintain consistency in the API of the DefaultPixelAccessorFunctor and the DefaultVectorPixelAccessorFunctor. Definition at line 73 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||
|
Set the PixelAccessor. This is set at construction time by the image iterators. The type PixelAccessorType is obtained from the ImageType over which the iterators are templated. Definition at line 65 of file itkDefaultPixelAccessorFunctor.h. |
|
||||||||||||||||
|
Definition at line 52 of file itkDefaultPixelAccessorFunctor.h. |
1.4.1 written by Dimitri van Heesch,
© 1997-2000