#include <itkImageBoundaryCondition.h>
Public Types | |
typedef ImageBoundaryCondition | Self |
typedef Neighborhood< PixelPointerType, itkGetStaticConstMacro(ImageDimension) | NeighborhoodType ) |
typedef TImageType::NeighborhoodAccessorFunctorType | NeighborhoodAccessorFunctorType |
typedef TImageType::PixelType | PixelType |
typedef TImageType::InternalPixelType * | PixelPointerType |
typedef Index< itkGetStaticConstMacro(ImageDimension) | IndexType ) |
typedef Offset< itkGetStaticConstMacro(ImageDimension) | OffsetType ) |
Public Member Functions | |
itkStaticConstMacro (ImageDimension, unsigned int, TImageType::ImageDimension) | |
ImageBoundaryCondition () | |
virtual PixelType | operator() (const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data) const=0 |
virtual PixelType | operator() (const OffsetType &point_index, const OffsetType &boundary_offset, const NeighborhoodType *data, const NeighborhoodAccessorFunctorType &neighborhoodAccessorFunctor) const=0 |
virtual | ~ImageBoundaryCondition () |
A boundary condition object supplies a phantom pixel value when given a neighborhood of (pointers to) image values, the (ND) index of the phantom pixel, and its (ND) offset from the boundary. The index of the phantom pixel is relative to the "upper left-hand corner" of the neighborhood (as opposed to its center).
Associated Types Description ---------------- ----------- PixelType The data type of the return value. PixelPointerType A pointer to PixelType. PixelPointerTypeNeighborhood A neighborhood of PixelPointerTypes that points to the pixel values in an image neighborhood.
Definition at line 51 of file itkImageBoundaryCondition.h.
|
|
Functor used to access pixels from a neighborhood of pixel pointers Reimplemented in itk::ConstantBoundaryCondition< TImage >, itk::PeriodicBoundaryCondition< TImage >, itk::ZeroFluxNeumannBoundaryCondition< TImage >, itk::ConstantBoundaryCondition< InputImageType >, itk::ZeroFluxNeumannBoundaryCondition< MovedGradientImageType >, itk::ZeroFluxNeumannBoundaryCondition< FixedImageType >, itk::ZeroFluxNeumannBoundaryCondition< InputImageType >, and itk::ZeroFluxNeumannBoundaryCondition< FixedGradientImageType >. Definition at line 75 of file itkImageBoundaryCondition.h. |
|
Type of the data container passed to this function object. Reimplemented in itk::ConstantBoundaryCondition< TImage >, itk::PeriodicBoundaryCondition< TImage >, itk::ZeroFluxNeumannBoundaryCondition< TImage >, itk::ConstantBoundaryCondition< InputImageType >, itk::ZeroFluxNeumannBoundaryCondition< MovedGradientImageType >, itk::ZeroFluxNeumannBoundaryCondition< FixedImageType >, itk::ZeroFluxNeumannBoundaryCondition< InputImageType >, and itk::ZeroFluxNeumannBoundaryCondition< FixedGradientImageType >. Definition at line 71 of file itkImageBoundaryCondition.h. |
|
|
|
|
|
Default constructor. Definition at line 78 of file itkImageBoundaryCondition.h. |
|
Definition at line 96 of file itkImageBoundaryCondition.h. |
|
Extract information from the image type |
|
Computes and returns the appropriate pixel value from neighborhood iterator data, using the functor. Implemented in itk::ConstantBoundaryCondition< TImage >, itk::PeriodicBoundaryCondition< TImage >, itk::ZeroFluxNeumannBoundaryCondition< TImage >, itk::ConstantBoundaryCondition< InputImageType >, itk::ZeroFluxNeumannBoundaryCondition< MovedGradientImageType >, itk::ZeroFluxNeumannBoundaryCondition< FixedImageType >, itk::ZeroFluxNeumannBoundaryCondition< InputImageType >, and itk::ZeroFluxNeumannBoundaryCondition< FixedGradientImageType >. |
|
Returns a value for a given out-of-bounds pixel. The arguments are the phantom pixel (ND) index within the neighborhood, the pixel's offset from the nearest image border pixel, and a neighborhood of pointers to pixel values in the image. Implemented in itk::ConstantBoundaryCondition< TImage >, itk::PeriodicBoundaryCondition< TImage >, itk::ZeroFluxNeumannBoundaryCondition< TImage >, itk::ConstantBoundaryCondition< InputImageType >, itk::ZeroFluxNeumannBoundaryCondition< MovedGradientImageType >, itk::ZeroFluxNeumannBoundaryCondition< FixedImageType >, itk::ZeroFluxNeumannBoundaryCondition< InputImageType >, and itk::ZeroFluxNeumannBoundaryCondition< FixedGradientImageType >. |