#include <itkPeriodicBoundaryCondition.h>
Inheritance diagram for itk::PeriodicBoundaryCondition< TImage >:


Public Types | |
| typedef PeriodicBoundaryCondition | Self |
| typedef ImageBoundaryCondition< TImage > | Superclass |
| typedef Superclass::PixelType | PixelType |
| typedef Superclass::PixelPointerType | PixelPointerType |
| typedef Superclass::IndexType | IndexType |
| typedef Superclass::OffsetType | OffsetType |
| typedef Superclass::NeighborhoodType | NeighborhoodType |
| typedef Superclass::NeighborhoodAccessorFunctorType | NeighborhoodAccessorFunctorType |
Public Member Functions | |
| itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension) | |
| PeriodicBoundaryCondition () | |
| virtual PixelType | operator() (const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data) const |
| virtual PixelType | operator() (const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data, const NeighborhoodAccessorFunctorType &neighborhoodAccessorFunctor) const |
The input to this function object is a neighborhood iterator. This boundary condition object is designed to be given as a template argument to a NeighborhoodIterator or any of the NeighborhoodIterator subclasses.
Definition at line 38 of file itkPeriodicBoundaryCondition.h.
|
|||||
|
Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 49 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Functor used to access pixels from a neighborhood of pixel pointers Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 54 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Type of the data container passed to this function object. Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 51 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 50 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 48 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Extract information from the image type. Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 47 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::ImageBoundaryCondition< TImage >. Definition at line 43 of file itkPeriodicBoundaryCondition.h. |
|
|||||
|
Definition at line 44 of file itkPeriodicBoundaryCondition.h. |
|
|||||||||
|
Default constructor. Definition at line 60 of file itkPeriodicBoundaryCondition.h. |
|
||||||||||||||||||||
|
Extract information from the image type. |
|
||||||||||||||||||||||||
|
Computes and returns the appropriate pixel value from neighborhood iterator data, using the functor. Implements itk::ImageBoundaryCondition< TImage >. |
|
||||||||||||||||||||
|
Computes and returns a neighborhood of appropriate values from neighborhood iterator data.. Implements itk::ImageBoundaryCondition< TImage >. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000